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