简要描述:
- 获取会务活动分享设置接口
请求域名:
- http://test.yunzshop.com
请求URL:
plugin.conference.api.conference-activity.get-share-info
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 活动ID |
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: {
share_title: "123",
share_icon: "http://huimai1.oss-cn-shenzhen.aliyuncs.com/images/3/2019/05/xvFLITPjJeIs2EsIf4eytLyLW6eEjw.jpg",
share_desc: "testetttttttttttt"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
share_desc | string | 分享描述 |
share_title | string | 分享标题 |
share_icon | string | 分享图标 |
备注:
- 更多返回错误代码请看首页的错误代码描述