Commit 14008ae1243ffe492d050925d1354f54b1ffac04
1 parent
6e05960ca2
Exists in
master
edit
Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff
ServerDocument.md
... | ... | @@ -2,14 +2,14 @@ GumpTech服务端接口文档 |
2 | 2 | |
3 | 3 | 1. 用户登录验证接口 |
4 | 4 | ---------------------------- |
5 | - 接口地址:sdk.letsgame.mobi/v1/user/verify_user.do | |
6 | - 参数: | |
7 | - appId: | |
8 | - appkey: 注意appkey都为小写字母 | |
9 | - userId: | |
10 | - sessionKey: | |
5 | + 接口地址:sdk.letsgame.mobi/v1/user/verify_user.do | |
6 | + 参数: | |
7 | + appId: | |
8 | + appkey: 注意appkey都为小写字母 | |
9 | + userId: | |
10 | + sessionKey: | |
11 | 11 | |
12 | - 返回值: | |
12 | + 返回值: | |
13 | 13 | { |
14 | 14 | "code":100000 |
15 | 15 | "msg":"xxxxxx" |