Commit ca9d132f295455f273321d594ae61565c533cee0
1 parent
c0f657e6
1
Showing
1 changed file
with
2 additions
and
0 deletions
02.直播云/2.4 回调接口.md
| ... | ... | @@ -28,6 +28,8 @@ |
| 28 | 28 | | coverImgUrl | string(512) | false | 活动封面 | |
| 29 | 29 | | activityCategory | string | false | 活动分类ID,999 -未知/001 发布会/002 婚礼/003 年会 /004 体育/005 游戏/006 旅游&户外/007 财经/008 演唱会/009 烹饪/010 宠物&动物/011 访谈/012 教育/013 竞技/014 剧场/015 晚会/016 电视节目/017 秀场 | |
| 30 | 30 | | extensions | string(text) | false | 扩展字段,参数格式为Map对象的Json字符串(主播昵称、头像、) | |
| 31 | +| columnId | string | false | 栏目ID | | |
| 32 | +| showType | int | false | 显示类型,1;//图片2;//预告片3;//直播4;//回放 | | |
| 31 | 33 | |
| 32 | 34 | #### data 格式 |
| 33 | 35 | ```json | ... | ... |