我的订单列表
开发中
GET
https://api.chasing.com/user/my_order
请求参数
无
示例代码
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/user/my_order'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {10}]
必需
id
订单id
order_status
integer
订单状态
pay_status
integer
付款状态
amount
string
订单总价
unit
string
货币单位
create_time
string
下单时间
address_id
必需
goods
array [object {9}]
订单商品信息
address
object
地址信息
countdown
integer
倒计时的秒数
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 262527698021126140,
"order_status": 0,
"pay_status": 0,
"amount": "100.00",
"unit": "¥",
"create_time": "2022-08-12 19:36:57",
"address_id": 262527691129884670,
"goods": [
{
"order_id": 262527698021126140,
"goods_title": "去去去",
"goods_suit_title": "454545",
"goods_id": 55,
"image": "http://test.static.chasing.com/Fo2P9xc6QRHQCf5AmUCVvdWM30m8",
"number": 1,
"cost": "100.00",
"tem_cost": "0.00"
}
],
"address": {
"uname": "姓",
"surname": "名",
"id": 262527691129884670
},
"countdown": 0
},
{
"id": 262525045341949950,
"order_status": 0,
"pay_status": 0,
"amount": "100.00",
"unit": "¥",
"create_time": "2022-08-12 19:26:25",
"address_id": 262525039033716740,
"goods": [
{
"order_id": 262525045341949950,
"goods_title": "去去去",
"goods_suit_title": "454545",
"goods_id": 55,
"image": "http://test.static.chasing.com/Fo2P9xc6QRHQCf5AmUCVvdWM30m8",
"number": 1,
"cost": "100.00",
"tem_cost": "0.00"
}
],
"address": {
"uname": "姓",
"surname": "名",
"id": 262525039033716740
},
"countdown": 0
},
{
"id": 258415570729308160,
"order_status": 0,
"pay_status": 0,
"amount": "300.00",
"unit": "¥",
"create_time": "2022-08-01 11:16:50",
"address_id": 258415564748230660,
"goods": [
{
"order_id": 258415570729308160,
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"goods_id": 57,
"image": "http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"number": 1,
"cost": "100.00",
"tem_cost": "0.00"
},
{
"order_id": 258415570729308160,
"goods_title": "GLADIUS MINI S 修改后 ",
"goods_suit_title": "200m Package 修改后",
"goods_id": 53,
"image": "http://test.static.chasing.com/Fmu9_zQ1LM59wRCKlfPejVklMhMw",
"number": 1,
"cost": "200.00",
"tem_cost": "0.00"
}
],
"address": {
"uname": "姓",
"surname": "名",
"id": 258415564748230660
},
"countdown": 0
},
{
"id": 258415140955754500,
"order_status": 0,
"pay_status": 0,
"amount": "300.00",
"unit": "¥",
"create_time": "2022-08-01 11:15:07",
"address_id": 258415134609772540,
"goods": [
{
"order_id": 258415140955754500,
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"goods_id": 57,
"image": "http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"number": 1,
"cost": "100.00",
"tem_cost": "0.00"
},
{
"order_id": 258415140955754500,
"goods_title": "GLADIUS MINI S 修改后 ",
"goods_suit_title": "200m Package 修改后",
"goods_id": 53,
"image": "http://test.static.chasing.com/Fmu9_zQ1LM59wRCKlfPejVklMhMw",
"number": 1,
"cost": "200.00",
"tem_cost": "0.00"
}
],
"address": {
"uname": "姓",
"surname": "名",
"id": 258415134609772540
},
"countdown": 0
},
{
"id": 258406800691302400,
"order_status": 0,
"pay_status": 0,
"amount": "200.00",
"unit": "¥",
"create_time": "2022-08-01 10:41:59",
"address_id": 258406794785722370,
"goods": [],
"address": {
"uname": "姓",
"surname": "名",
"id": 258406794785722370
},
"countdown": 0
},
{
"id": 258406642209525760,
"order_status": 0,
"pay_status": 0,
"amount": "200.00",
"unit": "¥",
"create_time": "2022-08-01 10:41:21",
"address_id": 258406636094230530,
"goods": [],
"address": {
"uname": "姓",
"surname": "名",
"id": 258406636094230530
},
"countdown": 0
}
]
}
修改于 2024-11-18 07:56:36