904118851 hai 4 meses
pai
achega
55f74d8c39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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