名称:导出互动问答
接口:/merchant/live/exportQuestionPublishShowUrl
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 提问id | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"url": "http://huibaifen.test/merchant/Live/exportInvitationCode?live_id=37"
}
}