订单详情
开发中
GET
https://api.chasing.com/order/my_order_detail
请求参数
Query 参数
order_id
string
可选
示例值:
471554129894838272
tk
string
可选
示例值:
chasing_8c56f9e3f8f285660db1909d99567c91
ts
string
可选
示例值:
1710143099
sole_id
string
可选
示例值:
87261044
sign
string
可选
示例值:
b0d5bf8ce43a773601dc8097fae405db
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.com/order/my_order_detail?order_id=471554129894838272&tk=chasing_8c56f9e3f8f285660db1909d99567c91&ts=1710143099&sole_id=87261044&sign=b0d5bf8ce43a773601dc8097fae405db'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
订单id
order_status
integer
订单状态
pay_status
integer
付款状态
amount
string
付款金额
unit
string
货币单位
create_time
string
下单时间
address_id
地址id
price
string
原价
delivery_time
integer
发货时间
address
object
地址信息
countdown
integer
倒计时
status
object
订单状态
goods_list
array [object {14}]
订单的商品信息
shipped
array [object {3}]
包裹信息
示例
{
"code": 200,
"msg": "success",
"data": {
"id": 258415140955754500,
"order_status": 4,
"pay_status": 1,
"amount": "300.00",
"unit": "¥",
"create_time": "2022-08-01 11:15:07",
"address_id": 258415134609772540,
"delivery_time": 1659323707,
"address": {
"uname": "姓",
"surname": "名",
"id": 258415134609772540,
"address_one": "地址一",
"address_tow": "地址二",
"postal_code": 123123,
"phone": ""
},
"countdown": 0,
"status": {
"create_status": {
"status": 1,
"date": "2022-08-01",
"time": "11:15:07"
},
"pay_status": {
"status": 0,
"date": "",
"time": ""
},
"shipped": {
"status": 1,
"date": "2022-08-01",
"time": "11:15:07"
},
"completed": {
"status": 0,
"date": "",
"time": ""
}
},
"goods_list": [
{
"status": 3,
"courier_name": "dll",
"courier_no": "258415140955754496",
"goods_id": 57,
"goods_suit_id": 54,
"goods_suit_title": "标配版",
"goods_title": "潜鲛GLADIUS MINI S",
"image": "http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"number": 1,
"unit": "¥",
"cost": "100.00",
"tem_cost": "0.00",
"order_id": 258415140955754500,
"rote": "chasing-m2pro-max.html"
},
{
"status": 3,
"courier_name": "dll",
"courier_no": "258415570729308160",
"goods_id": 53,
"goods_suit_id": 51,
"goods_suit_title": "200m Package 修改后",
"goods_title": "GLADIUS MINI S 修改后 ",
"image": "http://test.static.chasing.com/Fmu9_zQ1LM59wRCKlfPejVklMhMw",
"number": 1,
"unit": "¥",
"cost": "200.00",
"tem_cost": "0.00",
"order_id": 258415140955754500,
"rote": "mini.html"
}
],
"shipped": [
{
"courier_no": "258415140955754496",
"courier_name": "dll",
"goods_list": [
{
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"number": 1
}
]
},
{
"courier_no": "258415570729308160",
"courier_name": "dll",
"goods_list": [
{
"goods_title": "GLADIUS MINI S 修改后 ",
"goods_suit_title": "200m Package 修改后",
"number": 1
}
]
}
]
}
}
修改于 2024-11-18 07:56:38