V2 0/message/get order return list
功能说明
获取订单退款消息列表
URL
http://[域名]/v2_0/message/get_order_return_list
返回格式
支持json,xml.通过format参数来控制
HTTP请求方式
POST.可以post的数据为xml或json.
输入参数说明
各个参数请进行URL 编码,编码时请遵守 RFC 1738 (1)公共参数 发送请求时必须传入公共参数,详见公共参数说明。 (2)私有参数
参数名称 | 是否必须 | 类型 | 描述 |
---|---|---|---|
uid | 必须 | int | 用户UID |
请求示例
正式环境 http://api.fumubang.com/v2_0/message/get_order_return_list 测试环境 http://api.fumubang.net/v2_0/message/get_order_return_list 本地环境 http://dev-api.fumubang.net/v2_0/message/get_order_return_list
返回参数说明
参数 | 说明 |
---|---|
msg_time |
消息时间 |
msg_title |
消息标题 |
msg_text |
消息内容 |
msg_img |
消息图片 |
ext_field |
消息扩展 |
notification_type |
跳转类型 11 |
backtype |
退款类型 1 普通 2 酒店 |
ordersn |
订单号 |
row_index |
商品行号 |
goods_id |
商品id |
正确返回示例
{
"msg_list": [
{
"msg_time": "2016-11-04 10:53:07",
"msg_title": "666666",
"msg_text": "525253333",
"msg_img": "",
"ext_field": {
"notification_type": 11,
"backtype": null,
"ordersn": "",
"row_index": "",
"goods_id": ""
}
},
{
"msg_time": "2016-11-04 10:53:07",
"msg_title": "666666",
"msg_text": "52525",
"msg_img": "",
"ext_field": {
"notification_type": 11,
"backtype": null,
"ordersn": "",
"row_index": "",
"goods_id": ""
}
}
]
}
错误返回示例
{
"error_code": "300001",
"error_msg": "参数错误"
}