feat: 新版登录页:以APP接口和新界面全面重构网页版登录;更新二维码与极验插件;更新版本号

This commit is contained in:
orz12
2024-07-07 15:31:58 +08:00
parent 8bb990015c
commit 8daf603fdb
17 changed files with 1575 additions and 1114 deletions

View File

@@ -462,12 +462,19 @@ class Api {
// web端验证码登录
// web端密码登录
static const String logInByWebPwd =
'${HttpString.passBaseUrl}/x/passport-login/web/login';
// 获取guestID
// static const String getGuestId = '/x/passport-user/guest/reg';
// app端短信验证码
static const String appSmsCode =
'${HttpString.passBaseUrl}/x/passport-login/sms/send';
// app端验证码登录
static const String logInByAppSms =
'${HttpString.passBaseUrl}/x/passport-login/login/sms';
// 获取短信验证码
// static const String appSafeSmsCode =
@@ -477,8 +484,8 @@ class Api {
/// username
/// password
/// key
/// rhash
static const String loginInByPwdApi =
/// salt
static const String loginByPwdApi =
'${HttpString.passBaseUrl}/x/passport-login/oauth2/login';
/// 密码加密密钥