mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 13:02:53 +08:00
接口统一返回处理
This commit is contained in:
@ -35,7 +35,7 @@ class Base extends Common
|
||||
// 参数
|
||||
$params = $this->data_post;
|
||||
$params['user'] = $this->user;
|
||||
return DataReturn('success', 0, BaseService::Common($params));
|
||||
return BaseService::Common($params);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user