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 9ba83a1e
authored
7 years ago
by
xuzhenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加了相应的错误返回
1 parent
6e83ce7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
sdkredis/ice_gametopREDIS.go
sdkredis/ice_gametopREDIS.go
View file @
9ba83a1
...
...
@@ -373,8 +373,10 @@ func IceGameTopRedisGetSingleUserRangeRankInfo(uid string, gtid string, gid stri
sorceorder
=
iceGameTopSet
.
SORCEORDER
toptype
=
iceGameTopSet
.
TOPTYPE
//不需要对传入的toptype做判断,根据gid和gtid就可以获得排行
}
else
{
return
resIndex
=
"105200"
err
=
errors
.
New
(
"get toptype err"
)
log
.
Println
(
"iceGameTopSet is nil"
)
return
nil
,
resIndex
,
err
}
}
else
{
resIndex
=
"105207"
...
...
This diff is collapsed.
Click to expand it.
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