简要描述:
- 拼购分享设置
请求域名:
- http://xx.com
请求URL: 导出为(export)
POST:plugin.together-purchase.api.index.getTogetherData
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
art | 是 | string | 值为 getShare |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"index": "",
"polymerization": "",
"buyList": "",
"checkActivity": "",
"purchaseDetail": "",
"orderDetail": "",
"refundMoney": "",
"refundLove": "",
"getShare": {
"share_title" : "",
"share_describe" : "",
"share_img" : "",
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
share_title | string | 分享标题 |
share_describe | string | 分享描述 |
share_img | string | 分享图片 |
备注:
- 更多返回错误代码请看首页的错误代码描述