6
0
Fork 0
release
李静 2021-12-30 21:26:59 +08:00
parent c090157c81
commit 1a707d98fb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class LoginController extends Controller
switch ($device) {
case Device::MERCHANT:
if ($user->userInfo?->agent_level < UserInfo::AGENT_LEVEL_VIP) {
throw new BizException('用户未找到');
throw new BizException('账户没有权限');
}
// 清理此用户的商户端令牌