细节优化,用户添加增加前钩子

This commit is contained in:
gongfuxiang
2023-05-15 10:18:19 +08:00
parent af7e8c141f
commit 3912a4f903
21 changed files with 114 additions and 87 deletions

View File

@ -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));
}