接口名称 主播申请4server     签名
地址 https://api.cnlive.com/open/api2/live_epg/channel/apply4Server
method post
返回数据 json

请求参数说明:

recentPic recentPic2 recentPic3 为文件上传

该接口涉及文件上传,请求设置 content-type:multipart/form-data

参数名 参数类型 必选 参数说明
appId String true 应用ID
channelId String true 主播标识(业务系统确保唯一,不能包含_字符)
channelName String true 主播昵称
face String true 主播头像地址
name String false 主播实名
idCard String false 主播身份证号
recentPic file false 主播对照照片(正)
recentPic2 file false 主播对照照片(反)
recentPic3 file false 主播对照照片(手持)
mobile String false 主播手机号
callback String false 主播审核结果通知地址
tag String false 分类标签
timestamp int true 精确到秒,当前Unix时间戳,请保证请求服务器时间正确
sign String true 签名规则见 签名详情

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功"
}