fix bug
This commit is contained in:
@@ -80,7 +80,7 @@ class User
|
||||
return show("验证码不正确!");
|
||||
}
|
||||
|
||||
Db::name("app_users")->where("id",$userid)->update(['identity'=>1]);
|
||||
Db::name("app_users")->where("id",$userid)->update(['identity'=>1,'shiyou_id'=>$res['id']]);
|
||||
return show("狮友认证成功!",SUCCESS_CODE,[]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user