名称:签到导出
接口:/merchant/live/exportLiveSignUrl
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
说明
1.此方法需要登录
{
"code":200,
"message":"success",
"result":{
"url":"https://hbf.test/merchant/Live/exportAskQuestionList?live_id=77"
}
}