简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2023-01-13 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 |
order_id | 是 | int | 订单id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"order_id": 141,
"user_name": "kevin",
"user_phone": "13113690000",
"user_address": "广东省深圳市龙岗区爱联大厦",
"goods_cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"goods_name": "标题A-4-1",
"goods_price": 1000,
"shop_name": "高老庄",
"shop_address": "广东省深圳市龙岗区爱联小区",
"shop_phone": "15768868260",
"shop_longitude": "114.243548",
"shop_latitude": "22.703127",
"order_num": "20080317582231614369",
"order_remark": "",
"create_at": "2020-08-03 18:49:35",
"pay_status": 0,
"pay_status_msg": "待支付",
"pay_method": "Payment",
"pay_method_msg": "朋友代付",
"visiting_time": "",
"order_type": 1,
"goods_list": [
{
"cart_id": 0,
"goods_id": 10,
"uid": 8,
"num": 1,
"title": "宿舍木门",
"cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"price": "50.00",
"old_price": "100.00"
}
]
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
order_id | int | 订单id |
user_name | int | 联系人 |
user_phone | string | 联系人电话 |
user_address | string | 联系人地址 |
goods_cover | string | 封面 |
goods_name | string | 标题 |
goods_price | string | 价格 |
shop_name | string | 店铺名称 |
shop_address | string | 店铺地址 |
shop_phone | string | 店铺手机 |
shop_longitude | string | 店铺经度 |
shop_latitude | string | 店铺纬度 |
order_num | string | 订单号 |
order_remark | string | 订单备注 |
create_at | string | 时间 |
pay_status | string | 支付状态 |
pay_status_msg | string | 支付状态提示 |
pay_method | string | 支付方式【WeChat=微信 Alipay=支付宝 WZBCurrency=屋装币 UserCard=会员卡 Payment=朋友代付】 |
pay_status_msg | string | 支付方式提示 |
visiting_time | string | 上门时间 |
order_type | string | 订单类型【1=商城,2=拼团,3=定制】 |
goods_list.title | string | 商品标题 |
goods_list.cover | string | 商品封面 |
goods_list.price | string | 商品价格 |
备注:
- 无
作者:admin 创建时间:2023-01-13 18:18
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40