mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 14:25:32 +08:00
管理员列表优化
This commit is contained in:
@ -65,7 +65,7 @@ class Plugins extends Common
|
||||
'error_msg' => '应用操作方法有误',
|
||||
],
|
||||
];
|
||||
$ret = ParamsChecked($this->data_request, $p);
|
||||
$ret = ParamsChecked($params['data_request'], $p);
|
||||
if($ret !== true)
|
||||
{
|
||||
return DataReturn($ret, -5000);
|
||||
|
||||
Reference in New Issue
Block a user