部分前台接口
This commit is contained in:
@@ -61,7 +61,7 @@ class UtilsService
|
||||
*/
|
||||
public function notAuth($msg): mixed
|
||||
{
|
||||
exit(json_encode(['msg' => $msg, 'code' => ErrorEnum::NOT_AUTH->value]));
|
||||
return self::errorThrow($msg, ErrorEnum::NOT_AUTH);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user