Commit f938dab85ecbdee64770bf1959626d9bbc34427e
1 parent
69d22111
update
Showing
1 changed file
with
21 additions
and
31 deletions
5. 会员云/1.9 登录注册-手机号登录注册.md
| ... | ... | @@ -57,36 +57,26 @@ |
| 57 | 57 | ----- |
| 58 | 58 | #### 返回格式说明: |
| 59 | 59 | ``` |
| 60 | -{ | |
| 61 | - "uid": "122", | |
| 62 | - "uname": "2222222@qq.com", | |
| 63 | - "nickname": "鱼儿", | |
| 64 | - "gender": "f", // 性别,m:男、f:女、n:未知 | |
| 65 | - "location": "China", | |
| 66 | - "avatar": "http://www.cnlive.com/selfplatform/upload/face/201462/c3646d4e-5f08-4f0b-9ec0-2ff0d4f393ea.jpg", | |
| 67 | - "mobile": "139xxxxxxxx", | |
| 68 | - "integrity": "70", // 资料完整度 | |
| 69 | - "point": "340", // 积分 | |
| 70 | - "email": "222222222@qq.com", | |
| 71 | - "emailVerify": "true", | |
| 72 | - "level": "20", | |
| 73 | - "levelName": "女神", | |
| 74 | - "alevel": "1", | |
| 75 | - "gift_sent": "302", | |
| 76 | - "gift_rec": "1086", | |
| 77 | - "china_coin": "102024", // 中国币 | |
| 78 | - "ctmobile": "", | |
| 79 | - "ctemail": "", | |
| 80 | - "ctid": "", | |
| 81 | - "ctrealname": "", | |
| 82 | - "hdtvPt": "64", // 电视互动积分 | |
| 83 | - "ctpostcode": "", | |
| 84 | - "type": "1", // 用户类型 0普通用户 3员工 | |
| 85 | - "aid:" "0" // 活动id,没参加活动的为0 | |
| 86 | - "redPackage": "0", // 红包 | |
| 87 | - "uniqueId": "", | |
| 88 | - "openId": "", | |
| 89 | - "liveStatuts": "true" // 我要直播权限 | |
| 90 | -} | |
| 60 | +[ | |
| 61 | + { | |
| 62 | + "id": 1415073, | |
| 63 | + "username": "t160701024429386", | |
| 64 | + "mobile": "", | |
| 65 | + "email": "", | |
| 66 | + "nick": "洲1467302442938", | |
| 67 | + "pawd": "670b14728ad9902aecba32e22fa4f6bd", | |
| 68 | + "gender": 1, | |
| 69 | + "facepath": "", | |
| 70 | + "smallFacepath": "", | |
| 71 | + "createtime": "2016-07-01 00:00:40", | |
| 72 | + "tvpLiveGold": 0, | |
| 73 | + "sinauid": "", | |
| 74 | + "renrenuid": "", | |
| 75 | + "qquid": "", | |
| 76 | + "wxuid": "oasSus3EC6ZBRxI9JiaSHC6aCjWA", | |
| 77 | + "frmId": "tengxun", | |
| 78 | + "spId": "003_002" | |
| 79 | + } | |
| 80 | +] | |
| 91 | 81 | |
| 92 | 82 | ``` |
| 93 | 83 | \ No newline at end of file | ... | ... |