简要描述:
请求域名:
- http://xx.com
请求URL:
POST/plugin.check-in-rebate.frontend.participate-in.rewards
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
activity_id | 是 | int | 活动ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"uniacid": 1,
"member_id": 1,
"participate_in_id": 1,
"order_id": 1,
"reward_price": "100.00",
"coupon_num": 100,
"created_at": "1970-01-27 01:17:02",
"updated_at": null
}
],
"first_page_url": "http://www.shop777.com/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://www.shop777.com/addons/yun_shop/api.php?page=1",
"links": [
{
"url": null,
"label": "« 上一页",
"active": false
},
{
"url": "http://www.shop777.com/addons/yun_shop/api.php?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "下一页 »",
"active": false
}
],
"next_page_url": null,
"path": "http://www.shop777.com/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
reward | string | 回退金额 |
|reward|string|回退金额|
|coupon_num|string|奖励优惠卷数量|
|created_at|string|创建时间|