Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
xuzhenhao
/
rlw-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b7d200a2
authored
Jan 02, 2018
by
xuzhenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂时修改了排行榜前后顺序
1 parent
4a487b1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ranklist/ranklist.go
ranklist/ranklist.go
View file @
b7d200a
...
...
@@ -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
,
next
rank
)
igt
,
resIndex
,
err
:=
sdkredis
.
IceGameTopRedisGetSingleUserRangeRankInfo
(
uid
,
gtid
,
gid
,
toptype
,
nextrank
,
pre
rank
)
fmt
.
Println
(
igt
)
log
.
Println
(
resIndex
)
log
.
Println
(
err
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment