Commit 79d3bd62 by xuzhenhao

增加了返回个人排行信息的时候可以看到前后玩家信息的功能

1 parent 95285a2b
Showing with 1 additions and 1 deletions
...@@ -360,7 +360,7 @@ func IceGameTopRedisGetSingleUserRankInfo(uid string, gtid string, gid string, t ...@@ -360,7 +360,7 @@ func IceGameTopRedisGetSingleUserRankInfo(uid string, gtid string, gid string, t
/** /**
* 获取单个用户以及前后用户的排名信息 * 获取单个用户以及前后用户的排名信息
*/ */
func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid string, toptype string, prerank string, nextrank string) (res []*IGT) { func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid string, toptype string, prerank string, nextrank string) (res *[]IGT) {
// 连接redis // 连接redis
redisConn := RedisClient.GetConn() redisConn := RedisClient.GetConn()
defer RedisClose(redisConn) defer RedisClose(redisConn)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!