Commit d148976eadeb229a21ce7d180a55f8f7810235f4
1 parent
634a3adf
Update Result
Showing
1 changed file
with
10 additions
and
6 deletions
04.用户云/1.4 登录注册-注册.md
| ... | ... | @@ -76,12 +76,16 @@ |
| 76 | 76 | #### 返回格式说明: |
| 77 | 77 | ``` |
| 78 | 78 | { |
| 79 | - "uid": "122", | |
| 80 | - "nickName": "鱼儿", | |
| 81 | - "gender": "f", | |
| 82 | - "location": "China", | |
| 83 | - "faceUrl": "http://www.cnlive.com/selfplatform/upload/face/201462/c3646d4e-5f08-4f0b-9ec0-2ff0d4f393ea.jpg", | |
| 84 | - "token": "12345678901234567890123456789012", | |
| 79 | + "errorCode": "0", | |
| 80 | + "errorMessage": "成功", | |
| 81 | + "data": { | |
| 82 | + "uid": "1459345", | |
| 83 | + "nickName": "1222222002_932", | |
| 84 | + "gender": "n", | |
| 85 | + "location": "", | |
| 86 | + "faceUrl": "http://account.cnlive.com/web/my/user_images/x04_60X60.jpg", | |
| 87 | + "token": "iKVT9hXewkQdeoskmu+xKJa/fU7qMi+N3IJTmeDjARQ=" | |
| 88 | + } | |
| 85 | 89 | } |
| 86 | 90 | |
| 87 | 91 | ``` |
| 88 | 92 | \ No newline at end of file | ... | ... |