Commit 5debe066d09005516d932c7a7fc50a553b99ccce

Authored by 翁力
2 parents 134fe058 eacef832

Merge remote-tracking branch 'origin/master'

00.公共组件/1.3sdk.md
... ... @@ -40,7 +40,9 @@ public class Example {
40 40 * [iOS 播放和推流SDK及文档下载] (http://bj.gitlab.cnlive.com/ios-team/CNLivePlayerStreamerSDKDemo/tree/master)
41 41 * [iOS 聊天室SDK及文档下载] (http://bj.gitlab.cnlive.com/ios-team/CNLiveXMPPManagerSDKDemo/tree/master)
42 42 * [iOS 用户系统SDK及文档下载] (http://bj.gitlab.cnlive.com/ios-team/CNLiveUserSystemSDKDemo/tree/master)
  43 +* [iOS 统计SDK及文档下载] (http://bj.gitlab.cnlive.com/ios-team/CNLiveStatSDKDemo/tree/master)
43 44 * [Android 聊天室 SDK下载] (http://bj.gitlab.cnlive.com/cnlive-team/CNChatDemo/tree/master)
44 45 * [Android 推流 SDK下载] (http://bj.gitlab.cnlive.com/cnlive-team/CNStreamDemo/tree/master)
45 46 * [Android 播放器 SDK下载] (http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo/tree/master)
  47 +* [Android 统计 SDK下载] (http://bj.gitlab.cnlive.com/cnlive-team/CNAnalyticsDemo)
46 48 * [Android 用户SDK] (http://bj.gitlab.cnlive.com/cnlive-team/CNUserDemo/tree/master) PDF文档[下载] (http://yweb1.cnliveimg.com/open/file/AndroidUserSDK.pdf)
47 49 \ No newline at end of file
... ...
04.用户云/2.2 上传头像.md
... ... @@ -42,9 +42,13 @@
42 42 #### 返回格式说明:
43 43 ```
44 44 {
45   - "errorCode":"0",
46   - "errorMessage":"成功"
  45 + "errorCode":"0",
  46 + "errorMessage":"成功",
  47 + "data":{
  48 + "faceUrl":"http://120.92.63.41:8080/mobile/images/mobilehead/2016/11/17/1479349016427_small.jpg"
  49 + }
47 50 }
  51 +
48 52 {
49 53 "errorCode":"1",
50 54 "errorMessage":"请求参数无效"
... ...
09.审核云/1.1 主播认证申请接口.md
... ... @@ -7,7 +7,9 @@
7 7 | face | String | true | 主播头像地址 |
8 8 | name | String | false | 主播实名 |
9 9 | idCard | String | false | 主播身份证号 |
10   -| recentPic | String | false | 主播对照照片地址|
  10 +| recentPic | String | false | 主播对照照片(正)|
  11 +| recentPic2 | String | false | 主播对照照片(反)|
  12 +| recentPic3 | String | false | 主播对照照片(手持)|
11 13 | mobile | String | false | 主播手机号 |
12 14 | callback | String | false | 主播审核结果通知地址 |
13 15 | tag | String | false | 分类标签 |
... ...
10.消息云/1.1 发送短信接口.md
... ... @@ -5,7 +5,7 @@
5 5 | taskId | string | true | 短信模板ID |
6 6 | signatureId | string | false | 短信签名ID |
7 7 | mobile | string | true | 手机号 |
8   -| content | string | true | 短信内容参数(内容组织形式需要确定) |
  8 +| content | string | true | 模板内容参数 |
9 9 | sign | string | true | 签名 |
10 10 -----
11 11 #### 返回格式说明:
... ...