Commit 48540c3b1f62eb091305229d313919b0e7145328
1 parent
998dd3b2
u
Showing
1 changed file
with
18 additions
and
2 deletions
04.用户云/4.3 微信+手机号登录、注册.md
| ... | ... | @@ -42,8 +42,24 @@ |
| 42 | 42 | #### 返回格式说明: |
| 43 | 43 | ``` |
| 44 | 44 | { |
| 45 | - "errorCode": "0", | |
| 46 | - "errorMessage": "成功" | |
| 45 | + "uid": "10535051", | |
| 46 | + "nickName": "用户_6769084269", | |
| 47 | + "gender": "n", | |
| 48 | + "location": "未知", | |
| 49 | + "faceUrl": "https://y1.cnliveimg.com/mobile/images/mobilehead/default/face_60X60.jpg", | |
| 50 | + "mobile": "15810907001", | |
| 51 | + "countryCode": "86", | |
| 52 | + "email": "", | |
| 53 | + "extInfo": "", | |
| 54 | + "platformId": "769_123", | |
| 55 | + "qqUid": "", | |
| 56 | + "wxUid": "asd1236", | |
| 57 | + "sinaUid": "", | |
| 58 | + "renrenUid": "", | |
| 59 | + "hUid": "", | |
| 60 | + "token": "ZohJvVBOtBA/9UePPhlIgHfEZ+SLArC97udW8NUlBhuuKSYDBJiUY2+/oTO13iem", | |
| 61 | + "isNewUser": false, | |
| 62 | + "bigFaceUrl": "https://y1.cnliveimg.com/mobile/images/mobilehead/default/face_60X60.jpg" | |
| 47 | 63 | } |
| 48 | 64 | { |
| 49 | 65 | "errorCode": "1", | ... | ... |