mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正接口基础控制器方法
This commit is contained in:
parent
07b226bfa9
commit
0daf0f28d2
@ -57,7 +57,7 @@ class BasicApi
|
|||||||
*/
|
*/
|
||||||
protected function error($msg, $data = [])
|
protected function error($msg, $data = [])
|
||||||
{
|
{
|
||||||
ToolsService::success($msg, $data);
|
ToolsService::error($msg, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user