feat: login devices

Closes #1140

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-28 16:07:09 +08:00
parent 659cff875f
commit 7a5662c6ca
7 changed files with 211 additions and 0 deletions

View File

@@ -948,4 +948,7 @@ class Api {
static const String liveLikeReport =
'${HttpString.liveBaseUrl}/xlive/app-ucenter/v1/like_info_v3/like/likeReportV3';
static const String loginDevices =
'${HttpString.passBaseUrl}/x/safecenter/user_login_devices';
}