mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-07-22 22:18:03 +00:00
update v6.0.0
This commit is contained in:
parent
a9b0ff6901
commit
1f0a61efd8
@ -482,6 +482,10 @@ class LoginController
|
||||
CacheService::delete('code_' . $phone);
|
||||
return app('json')->fail('验证码错误');
|
||||
}
|
||||
} else {
|
||||
if (!$openId) {
|
||||
return app('json')->fail('参数错误');
|
||||
}
|
||||
}
|
||||
if ($email == '') $email = substr(md5($openId), 0, 12);
|
||||
$userInfo = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user