未登录应用优化

feat/task1-c-wallet
devil_gong 2019-02-27 09:47:26 +08:00
parent 3f3d5a8964
commit 160b73c80c
1 changed files with 1 additions and 1 deletions

View File

@ -1598,7 +1598,7 @@ class UserService
// 是否需要审核
if($common_register_is_enable_audit == 1)
{
return DataReturn('绑定成功、等待审核', -101);
return DataReturn('绑定成功、等待审核', 0);
}
return DataReturn('绑定成功', 0, self::UserLoginRecord($user_id, true));