mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
细节优化,用户添加增加前钩子
This commit is contained in:
@ -34,7 +34,7 @@ class Base extends Common
|
||||
public function Common()
|
||||
{
|
||||
// 参数
|
||||
$params = $this->data_post;
|
||||
$params = $this->data_request;
|
||||
$params['user'] = $this->user;
|
||||
return ApiService::ApiDataReturn(SystemBaseService::Common($params));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user