Skip to content

Commit

Permalink
修复已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyImmortal committed Jul 22, 2024
1 parent 12be93c commit ff3a978
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,13 @@ public static String exchange(String actId, int count, String donateToken) {
// 查询用户
public static String queryUser() {
return ApplicationHook.requestString("com.alipay.sportsplay.biz.rpc.walk.queryUser",
"[{\"chInfo\":\"ch_appcenter__chsub_9patch\",\",\"clientOS\":\"android\","
+ "\"features\":[\"DAILY_STEPS_RANK_V2\",\"STEP_BATTLE\",\"CLUB_HOME_CARD\",\"NEW_HOME_PAGE_STATIC\",\"CLOUD_SDK_AUTH\",\"STAY_ON_COMPLETE\",\"EXTRA_TREASURE_BOX\",\"NEW_HOME_PAGE_STATIC\",\"SUPPORT_AI\",\"SUPPORT_FLYRABBIT\",\"SUPPORT_NEW_MATCH\",\"EXTERNAL_ADVERTISEMENT_TASK\",\"PROP\",\"PROPV2\",\"ASIAN_GAMES\"]}]");
"[{\"source\":\"ch_appcenter__chsub_9patch\",\"timeZone\":\"" + timeZone + "\"}]");
}

// 查询主题列表
public static String queryThemeList() {
return ApplicationHook.requestString("com.alipay.sportsplay.biz.rpc.walk.theme.queryThemeList",
"[{\"chInfo\":\"ch_appcenter__chsub_9patch\",\",\"clientOS\":\"android\","
"[{\"chInfo\":\"ch_appcenter__chsub_9patch\",\"clientOS\":\"android\","
+ "\"features\":[\"DAILY_STEPS_RANK_V2\",\"STEP_BATTLE\",\"CLUB_HOME_CARD\",\"NEW_HOME_PAGE_STATIC\",\"CLOUD_SDK_AUTH\",\"STAY_ON_COMPLETE\",\"EXTRA_TREASURE_BOX\",\"NEW_HOME_PAGE_STATIC\",\"SUPPORT_AI\",\"SUPPORT_FLYRABBIT\",\"SUPPORT_NEW_MATCH\",\"EXTERNAL_ADVERTISEMENT_TASK\",\"PROP\",\"PROPV2\",\"ASIAN_GAMES\"]}]");
}

Expand Down

0 comments on commit ff3a978

Please sign in to comment.