Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_h5_doc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chufan
2017-10-11 15:55:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7235ea0a15c448529c17b743507942a04c9689d
b7235ea0
1 parent
f748c6d8
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
README.md
README.md
View file @
b7235ea
...
...
@@ -54,7 +54,7 @@ callback**说明:**
|
**参数**
|
**说明**
|
**例子**
|
| ------ | ------ | ---------------------------------------- |
| status | 状态 | 0 - 登录/注册成功 1 - 登录/注册失败 |
| data | 帐号信息 | 当status=0时同时返回一个js对象 data={ userType:用户类型 openId:用户ID timestamp:时间戳
token:用户的token } 请使用
**open**
作为我方用户的唯一ID,account仅作为显示使用。
serverSign用来做二次校验用,由
**研发服务器**
向我方服务器发起,通过serverSign校验后,玩家登录才算成功,校验接口详见下方 |
| data | 帐号信息 | 当status=0时同时返回一个js对象 data={ userType:用户类型 openId:用户ID timestamp:时间戳
serverSign:用户的serverSign} 请使用
**open**
ID+userType作为我方用户的唯一ID,
serverSign用来做二次校验用,由
**研发服务器**
向我方服务器发起,通过serverSign校验后,玩家登录才算成功,校验接口详见下方 |
...
...
@@ -89,9 +89,7 @@ token校验接口服务端文档:[http://gitlab.9133.com:10080/public_service/
**payInfo说明:**
```
```
|
**字段**
|
**说明**** **
|
**是否必须**
|
| ----------- | ----------------------- | -------- |
...
...
Please
register
or
login
to post a comment