mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
feat: use interactiveviewer gallery
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -349,7 +349,7 @@ class LoginHttp {
|
||||
static Future safeCenterGetInfo({
|
||||
required String tmpCode,
|
||||
}) async {
|
||||
var res = await Request().get(Api.safeCenterGetInfo, data: {
|
||||
var res = await Request().get(Api.safeCenterGetInfo, queryParameters: {
|
||||
'tmp_code': tmpCode,
|
||||
});
|
||||
if (res.data['code'] == 0) {
|
||||
|
||||
Reference in New Issue
Block a user