简要描述:
- 首页
请求域名:
- http://xx.com
请求URL:
plugin.video-shop.frontend.share-member.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"is_share_member":1,
"can_apply": 0,
"top_image": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/5d5feaadb110164c2aa168ec76c677a1.jpg",
"share_desc": "<p>我给嘎嘎嘎</p>\n<p> 发广告</p>\n<p>GV个灌灌灌灌</p>\n<p style=\"margin: 0;\"><img style=\"max-width: 100%; vertical-align: middle;\" src=\"http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/5d5feaadb110164c2aa168ec76c677a1.jpg\" /></p>"
}
}
错误时返回:
{
result: 0,
msg: "错误信息",
data: {}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data.is_share_member | int | 是否已经是分享员了 1是 0不是 |
data.can_apply | int | 是否可申请 1可以 0不行 |
data.top_image | string | 顶部图片 |
data.share_desc | string | 说明,富文本 |
备注:
- 更多返回错误代码请看首页的错误代码描述