Commit c0e0c24ed59c4d2fc88dfe84d3e0a7adc7ebcc6d
1 parent
1346610a
u
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.3 创建直播活动接口.md
| @@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
| 21 | | activityCategory | string | false | 活动分类ID,999 -未知/001 发布会/002 婚礼/003 年会 /004 体育/005 游戏/006 旅游&户外/007 财经/008 演唱会/009 烹饪/010 宠物&动物/011 访谈/012 教育/013 竞技/014 剧场/015 晚会/016 电视节目/017 秀场 | | 21 | | activityCategory | string | false | 活动分类ID,999 -未知/001 发布会/002 婚礼/003 年会 /004 体育/005 游戏/006 旅游&户外/007 财经/008 演唱会/009 烹饪/010 宠物&动物/011 访谈/012 教育/013 竞技/014 剧场/015 晚会/016 电视节目/017 秀场 | |
| 22 | | extensions | string(text) | false | 扩展字段,参数格式为Map对象的Json字符串(主播昵称、头像、) | | 22 | | extensions | string(text) | false | 扩展字段,参数格式为Map对象的Json字符串(主播昵称、头像、) | |
| 23 | | uuid | string(64) | false | 用户设备号 | | 23 | | uuid | string(64) | false | 用户设备号 | |
| 24 | -| callbackAcitvityStatushttpPostUrl | string(128) | false | 回调通知活动状态(错误,结束、心跳异常等状态),post 参数activityid、activitystatus值... | | 24 | +| callbackAcitvityStatushttpPostUrl | string(128) | false | 回调通知活动状态(错误,结束、心跳异常等状态),详情见回调接口说明 | |
| 25 | | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | | 25 | | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | |
| 26 | 26 | ||
| 27 | #### 返回说明: | 27 | #### 返回说明: |