简要描述:
- 我的订单
请求URL:
POST/wapapi/addons/cpsunion/cpsunion/wapGetCpsOrderList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 是 | int | 分页第几页 |
type | 是 | string | 平台类型 拼多多:pdd 京东:jd 淘宝:tb |
grant_status | 否 | int | 发放状态 0:全部 1:待结算 2:已结算 |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
{
buyer_bonus: "0.88"
goods_img: "https://t00img.yangkeduo.com/goods/images/2019-11-08/78cffa37- 02d4-4517-9d3e-1ce10566e590.jpg"
goods_name: "测试"
grant_status: 0
grant_status_name: "待结算"
order_id: 1
order_money: "18.00"
order_no: "202003021524"
}
"total_count": 1162,
"page_count": 24,
}
}
错误时返回:
{
"code": 0,
"message": "获取失败",
"data":[]
}
参数名 | 类型 | 说明 | |
---|---|---|---|
order_no | string | 订单号 | |
order_money | float | 订单金额 | |
grant_status_name | string | 结算状态 | |
goods_name | string | 商品名称 | |
goods_img | string | 商品图片 | |
buyer_bonus | float | 返还金额 |