mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-06-04 08:16:44 +08:00
更新码钱、小Y经营等插件
This commit is contained in:
@@ -53,7 +53,8 @@ class PayManageController extends BaseController
|
||||
{
|
||||
$ids = $this->request->post('ids');
|
||||
$res = PayAccount::destroy($ids);
|
||||
if ($res) {
|
||||
$res2 = PayChannel::destroy($ids);
|
||||
if ($res && $res2) {
|
||||
return \json(\backMsg(0, '已删除'));
|
||||
} else {
|
||||
return \json(\backMsg(1, '失败'));
|
||||
|
||||
Reference in New Issue
Block a user