简要描述:
提货卡-申请退款
请求域名:
- https://dev4.yunzmall.com/
请求URL:
POST/plugin.picking-card.frontend.pickingCard.postRefund
参数:
参数名 | 是否必须 | 类型 | 说明 | |
---|---|---|---|---|
images | 是 | string | 图片列表: img1.jpg,img2.jpg,img3.jpg | |
order_id | 是 | int | 订单ID | |
realname | 是 | string | 姓名 | |
mobile | 是 | string | 手机 |
返回示例:
{
"result": 1,
"msg": "申请成功",
"data": {
"order_id": "231010",
"uid": "289415",
"images": "http://test.test/static/upload/image/5e618b4ad21b13f862a00582438e8b48.jpg,http://test.test/static/upload/image/4948d40c75cbe80d666ca15dac7c7458.jpg",
"updated_at": "2020-11-10 16:33:34",
"created_at": "2020-11-10 16:33:34",
"id": 30
}
}
超过退款时间返回:
{
"result": 0,
"msg": "已经过了退款申请期",
"data": []
}
错误时返回:
{
"result": 0,
"msg": "请勿重复申请",
"data": []
}
备注:
- 更多返回错误代码请看首页的错误代码描述