feat: web端密码登录

This commit is contained in:
guozhigq
2024-06-08 00:26:08 +08:00
parent 52779c112f
commit d3ba67f33e
4 changed files with 80 additions and 9 deletions

View File

@ -408,6 +408,8 @@ class Api {
"${HttpString.passBaseUrl}/x/passport-login/web/login/sms";
// web端密码登录
static const String loginInByWebPwd =
"${HttpString.passBaseUrl}/x/passport-login/web/login";
// app端短信验证码
static const String appSmsCode =