微信授权

feat/task1-c-wallet
devil_gong 2019-05-24 17:21:49 +08:00
parent 4c09a708d6
commit 0a5e53cd53
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Service
if(!empty($user))
{
// 用户登录
return UserService::UserLoginHandle($user['id'] $params);
return UserService::UserLoginHandle($user['id'], $params);
}
} else {
return DataReturn('用户openid为空', -1);