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 ff3a978 commit 307711d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static String queryPath(String appId, String date, String pathId) {
return ApplicationHook.requestString("com.alipay.sportsplay.biz.rpc.walk.queryPath",
"[{\"appId\":\"" + appId + "\",\"date\":\"" + date + "\",\"pathId\":\"" + pathId
+ "\",\"source\":\"ch_appcenter__chsub_9patch\",\"timeZone\":\"" + timeZone
+ "\"wufuRewardType\":\"" + wufuRewardType + "\"}]");
+ "\",\"wufuRewardType\":\"" + wufuRewardType + "\"}]");
}

// 加入路径
Expand Down

0 comments on commit 307711d

Please sign in to comment.