简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-11-27 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_id | 是 | string | 订单ID |
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"order_id": 6,
"order_num": "202411271704520101704758",
"uid": 1,
"store_id": 9,
"mobile": "13113690001",
"username": "kevin",
"address": "广东省 深圳市 龙岗区 爱联123号",
"pay_method": "WeChat",
"pay_type": "small",
"pay_status": 0,
"send_status": 0,
"received_status": 0,
"evaluate_status": 0,
"remark": "已收藏,送小礼品",
"paid_at": "",
"expire_at": "",
"close_at": "",
"pay_order_amount": 849,
"total_amount": 849,
"refund_status": 0,
"refund_order_num": "",
"created_at": "2024-11-27 17:04:52",
"status_msg": "待支付",
"shipping_fee": 10,
"goods_json": {
"store": {
"id": 9,
"store_name": "5号乐馆-深圳北站店",
"logo": "http://cms5v.com/673d8842d8111.png",
"mobile": "13113690002",
"address": "广东省深圳市龙岗区深圳北站站",
"lng": "114.035734",
"lat": "22.616197",
"distance": "1.45km"
},
"store_id": 9,
"product_list": [
{
"number": 1,
"cart_id": 18,
"product": {
"id": 4,
"cover": "http://cms5v.com/uploads/cover/2024/11/22/673ffe118bb3d.png",
"price": 799,
"stock": 992,
"cate_id": 6,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门"
},
"store_id": 9,
"all_price": 839,
"product_id": 4,
"product_opt_ids": "1,3",
"product_opt_list": [
{
"id": 1,
"price": 10,
"stock": 92,
"title": "普通款"
},
{
"id": 3,
"price": 30,
"stock": 93,
"title": "加厚款"
}
],
"product_opt_title": "普通款,加厚款"
}
],
"product_all_price": 839,,
"shipping_fee": 10
}
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证码错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
order_id | string | 订单ID |
order_num | string | 订单号 |
uid | string | 用户UID |
store_id | string | 门店ID |
mobile | string | 联系人电话 |
username | string | 联系人 |
address | string | 联系地址 |
pay_method | string | 支付方式 WeChat=微信 Alipay=支付宝 |
pay_type | string | 请求类型 app=APP端,public=公众号,small=小程序,pc=电脑端 |
status_msg | string | 订单状态提示 |
status | string | 状态 0=待支付,1=待发货,2=待收货,3=待评价,4=订单完成,5=支付失败,6=取消支付,7=退款中,8=已退款 |
remark | string | 备注 |
paid_at | string | 支付时间 |
expire_at | string | 过期时间 |
close_at | string | 关闭时间/取消时间 |
pay_order_amount | string | 下单总金额 |
total_amount | string | 支付总金额 |
refund_status | string | 退款状态 |
refund_order_num | string | 退款订单号 |
created_at | string | 创建时间 |
goods_json.store_id | string | 门店ID |
goods_json.product_all_price | string | 支付总价格 |
goods_json.shipping_fee | string | 运费 |
goods_json.store.id | string | 门店ID |
goods_json.store.store_name | string | 门店名称 |
goods_json.store.logo | string | 门店logo |
goods_json.store.mobile | string | 门店电话 |
goods_json.store.address | string | 门店地址 |
goods_json.store.lng | string | 门店经度 |
goods_json.store.lat | string | 门店纬度 |
goods_json.store.distance | string | 距离 |
goods_json.product_list.id | string | 购物车ID |
goods_json.product_list.product_id | string | 商品ID |
goods_json.product_list.product_opt_ids | string | 商品选项ID |
goods_json.product_list.store_id | string | 门店ID |
goods_json.product_list.number | string | 购物车数量 |
goods_json.product_list.product_opt_title | string | 商品选项标题 |
goods_json.product_list.all_price | string | 当个商品总总价格 |
goods_json.product_list.product.id | string | 商品ID |
goods_json.product_list.product.product_name | string | 商品名称 |
goods_json.product_list.product.cover | string | 商品封面 |
goods_json.product_list.product.price | string | 单个商品价格 |
备注:
- 无
作者:admin 创建时间:2024-11-27 18:00
最后编辑:admin 更新时间:2024-12-31 16:42
最后编辑:admin 更新时间:2024-12-31 16:42