简要描述:
- 获取圈子用户信息
请求URL:
plugin.circle.frontend.circle-pay.invitation-reward
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| pay_method | 是 | int | 支付id |
| pay_name | 是 | string | 支付名称 |
| price | 是 | number | 支付金额 |
| invitation_id | 是 | int | 帖子id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "支付成功",
"data": {
"0": true,
"redirect": "https://dev8.yunzmall.com/addons/yun_shop/?menu#/category?i=1"
}
}
错误时返回:
{
"result": 0,
"msg": "error",
"data": []
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| title | number | 标题 |
| content | string | 内容 |
| img | string | 图片 |
| store | string | 门店信息 |
| goods | array | 商品信息 |
备注:
- 更多返回错误代码请看首页的错误代码描述