Commit b7d200a2 by xuzhenhao

暂时修改了排行榜前后顺序

1 parent 4a487b1f
Showing with 1 additions and 1 deletions
......@@ -173,7 +173,7 @@ func SingleRangeRank(c *gin.Context) {
nextrank := c.Query("nextrank")
log.Printf("SingleRank uid[%s] gtid[%s] gid[%s] toptype[%s] prerank[%s] nextrank[%s]\n", uid, gtid, gid, toptype, prerank, nextrank)
igt, resIndex, err := sdkredis.IceGameTopRedisGetSingleUserRangeRankInfo(uid, gtid, gid, toptype, prerank, nextrank)
igt, resIndex, err := sdkredis.IceGameTopRedisGetSingleUserRangeRankInfo(uid, gtid, gid, toptype, nextrank, prerank)
fmt.Println(igt)
log.Println(resIndex)
log.Println(err)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!