feat: 登录风控流程继续修正

This commit is contained in:
orz12
2024-08-25 13:48:34 +08:00
parent edce79030d
commit 9a1fad9b0a
2 changed files with 5 additions and 4 deletions

View File

@@ -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) {