refa: coin/like arc

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-06 21:33:55 +08:00
parent 77e418e4b7
commit db4283af4a
10 changed files with 220 additions and 121 deletions

View File

@@ -876,4 +876,8 @@ class Api {
static const String favFavFolder = '/x/v3/fav/folder/fav';
static const String unfavFavFolder = '/x/v3/fav/folder/unfav';
static const String coinArc = '${HttpString.appBaseUrl}/x/v2/space/coinarc';
static const String likeArc = '${HttpString.appBaseUrl}/x/v2/space/likearc';
}