mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 登录风控流程继续修正
This commit is contained in:
@@ -355,7 +355,7 @@ class LoginHttp {
|
||||
required String tmpCode,
|
||||
}) async {
|
||||
var res = await Request().get(Api.safeCenterGetInfo, data: {
|
||||
tmpCode: tmpCode,
|
||||
'tmp_code': tmpCode,
|
||||
});
|
||||
print(res);
|
||||
if (res.data['code'] == 0) {
|
||||
|
||||
Reference in New Issue
Block a user