Commit 5e901f7b authored by jianghaiming's avatar jianghaiming

update:Lset

parent cb0c7908
...@@ -112,7 +112,7 @@ class UserService ...@@ -112,7 +112,7 @@ class UserService
$sessionKey = !empty($userInfo['session_key']) ? $userInfo['session_key'] : ''; $sessionKey = !empty($userInfo['session_key']) ? $userInfo['session_key'] : '';
$openid = isset($userInfo['openid']) && $userInfo['openid'] ? $userInfo['openid'] : ''; $openid = isset($userInfo['openid']) && $userInfo['openid'] ? $userInfo['openid'] : '';
if (empty($userInfo) || !$sessionKey || !$openid) { if (empty($userInfo) || !$sessionKey || !$openid) {
//throw new UserException(['cus' => 5]); throw new UserException(['cus' => 5]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment