Skip to content

Commit

Permalink
[Fix] Use smaller pagesize
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeCatsLoveFish committed Jun 1, 2022
1 parent ef19250 commit 399e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func GetMedal(accessKey string) ([]dto.MedalInfo, bool) {
"appkey": util.AppKey,
"ts": util.GetTimestamp(),
"page": fmt.Sprint(page),
"page_size": "100",
"page_size": "50",
}
util.Signature(&data)
body, err := Get(rawUrl, util.Map2Params(data))
Expand Down

0 comments on commit 399e842

Please sign in to comment.