Explorar el Código

去掉验证码

wuhb hace 4 meses
padre
commit
5a02c22b79
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      api/auth/login.uts

+ 2 - 1
api/auth/login.uts

@@ -17,7 +17,8 @@ export const loginByAccount = (username: string, password: string): Promise<any>
 		},
         data: {
             username: username,
-            password: password
+            password: password,
+			code: 'app20251203'
         },
     })
 }