微信授权

feat/task1-c-wallet
devil_gong 2019-05-24 17:24:05 +08:00
parent 6c138e5496
commit 96426b8894
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ class UserService
public static function UserLoginHandle($user_id, $params = [])
{
// 登录记录
if(self::UserLoginRecord($user_id]))
if(self::UserLoginRecord($user_id))
{
// 返回前端html代码
$body_html = [];