904118851 4 달 전
부모
커밋
55f74d8c39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/backmgr/review_user.lua

+ 1 - 1
service/backmgr/review_user.lua

@@ -54,7 +54,7 @@ function M.Login(msg_body)
     if #res <= 0 then
         return false ,"账号或密码错误!"
     end
-    return true, {}
+    return true, res
 end