Update
parent
c090157c81
commit
1a707d98fb
|
|
@ -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('账户没有权限');
|
||||
}
|
||||
|
||||
// 清理此用户的商户端令牌
|
||||
|
|
|
|||
Loading…
Reference in New Issue