Browse Source

个人用户登录先不使用code

guhongwei 3 years ago
parent
commit
57bae950da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/user/config/.personal.js

+ 1 - 1
app/controller/user/config/.personal.js

@@ -91,7 +91,7 @@ module.exports = {
   },
   // 登陆
   login: {
-    requestBody: ["phone", "password", "!code"],
+    requestBody: ["phone", "password"],
     service: "login",
   },
   upgrade: {