- 基础接口
- apple登陆POST
- 主题类型GET
- 获取个人中心菜单GET
- 图片上传POST
- 获取登录授权logoGET
- 获取网站基础配置GET
- 获取配置是否强制绑定手机号GET
- 门店自提开启状态GET
- 公众号支付回调GET
- 小程序支付回调GET
- 支付回调GET
- 图片验证码GET
- 获取发短信的codeGET
- 验证码发送POST
- 手机号注册POST
- 手机号验证码登录POST
- 账号密码登陆POST
- 手机号修改密码POST
- 绑定手机号POST
- 记录用户分享POST
- 分享配置GET
- 获取图片base64POST
- 海报二维码GET
- 优惠券列表_copy(已废弃)GET
- 添加登录用户的访问记录POST
- 用户关键字分享GET
- 复制口令接口GET
- 获取多语言类型列表GET
- 获取当前语言jsonGET
- 首页
- 文章
- 商品
- 优惠券
- 签到
- 秒杀
- 拼团
- 预售
- 砍价
- 购物车
- 积分商城
- 订单
- 微信
- 用户
- 客服
- 个人中心->付费会员
- 个人中心->发票管理
- 个人中心->积分中心
- 个人中心->我的等级
- 个人中心->统计管理
- 个人中心->我的推广
- 个人中心->地址信息
- 个人中心->我的收藏
- 个人中心->消息中心
- 个人中心->我的余额
- PC端
订单列表
GET
/order/list
请求参数
Query 参数
type
string
可选
示例值:
0
page
string
可选
示例值:
1
limit
string
分页数步长值
示例值:
20
search
string
搜索订单编号
示例值:
wx2019071014372910004
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/order/list' \
--header 'Content-Type: application/x-www-form-urlencoded'
返回响应
🟢200成功
application/json
Body
status
number
可选
msg
string
可选
data
array [object {71}]
可选
id
number
订单ID
order_id
string
可选
trade_no
string
支付回调支付号
uid
number
用户ID
real_name
string
真实姓名
user_phone
string
电话
user_address
string
地址
cart_id
array[number]
购物车id
freight_price
string
可选
total_num
number
总数
total_price
string
总价格
total_postage
string
总邮费
pay_price
string
支付金额
pay_postage
string
支付邮费
deduction_price
string
积分抵扣
coupon_id
number
使用的优惠券ID
coupon_price
string
优惠券金额
paid
number
是否支付
pay_time
number
支付时间
pay_type
string
支付类型
add_time
number
生成订单时间
status
number
状态
refund_status
number
退款状态
refund_reason_wap_img
null
退款图
refund_reason_wap_explain
null
退款备注说明
refund_reason_time
null
退款时间
refund_reason_wap
null
退款原因
refund_reason
null
退款说明
refund_price
string
退款金额
delivery_name
null
送货人/物流公司
delivery_code
string
物流公司编号
delivery_type
null
发货类型
delivery_id
null
物流单号
fictitious_content
string
虚拟发货备注
delivery_uid
number
送货人ID
gain_integral
string
赠送积分
use_integral
string
使用积分
back_integral
null
退回积分
mark
string
备注
is_del
number
可选
unique
string
唯一值
remark
null
备注
mer_id
number
0
is_mer_check
number
0
combination_id
number
拼团商品ID
pink_id
number
拼团ID
cost
string
成本价
seckill_id
number
秒杀商品ID
bargain_id
number
砍价商品ID
verify_code
string
核销码
store_id
number
核销后店铺ID
shipping_type
number
订单类型
clerk_id
number
0
is_channel
number
可选
is_remind
number
是否消息提醒
is_system_del
number
是否系统删除
channel_type
string
用户类型
province
string
省份
express_dump
string
面单打印信息
nickname
string
昵称
phone
string
电话
spread_uid
number
上级uid
spread_nickname
null
上级昵称
cartInfo
array [object {23}]
购物车信息
_status
object
状态
_pay_time
string
支付时间
_add_time
string
下单时间
stop_time
number
可选
status_pic
string
可选
offlinePayStatus
number
线下支付状态
order_log
object
订单操作日志
示例
{
"status": 0,
"msg": "string",
"data": [
{
"id": 0,
"order_id": "string",
"trade_no": "string",
"uid": 0,
"real_name": "string",
"user_phone": "string",
"user_address": "string",
"cart_id": [
0
],
"freight_price": "string",
"total_num": 0,
"total_price": "string",
"total_postage": "string",
"pay_price": "string",
"pay_postage": "string",
"deduction_price": "string",
"coupon_id": 0,
"coupon_price": "string",
"paid": 0,
"pay_time": 0,
"pay_type": "string",
"add_time": 0,
"status": 0,
"refund_status": 0,
"refund_reason_wap_img": null,
"refund_reason_wap_explain": null,
"refund_reason_time": null,
"refund_reason_wap": null,
"refund_reason": null,
"refund_price": "string",
"delivery_name": null,
"delivery_code": "string",
"delivery_type": null,
"delivery_id": null,
"fictitious_content": "string",
"delivery_uid": 0,
"gain_integral": "string",
"use_integral": "string",
"back_integral": null,
"mark": "string",
"is_del": 0,
"unique": "string",
"remark": null,
"mer_id": 0,
"is_mer_check": 0,
"combination_id": 0,
"pink_id": 0,
"cost": "string",
"seckill_id": 0,
"bargain_id": 0,
"verify_code": "string",
"store_id": 0,
"shipping_type": 0,
"clerk_id": 0,
"is_channel": 0,
"is_remind": 0,
"is_system_del": 0,
"channel_type": "string",
"province": "string",
"express_dump": "string",
"nickname": "string",
"phone": "string",
"spread_uid": 0,
"spread_nickname": null,
"cartInfo": [
{
"id": 0,
"uid": 0,
"type": "string",
"product_id": 0,
"product_attr_unique": "string",
"cart_num": 0,
"add_time": 0,
"is_pay": 0,
"is_del": 0,
"is_new": 0,
"combination_id": 0,
"seckill_id": 0,
"bargain_id": 0,
"status": 0,
"productInfo": {
"id": 0,
"mer_id": 0,
"image": "string",
"recommend_image": "string",
"slider_image": [
"string"
],
"store_name": "string",
"store_info": "string",
"keyword": "string",
"bar_code": "string",
"cate_id": "string",
"price": "string",
"vip_price": "string",
"ot_price": "string",
"postage": "string",
"unit_name": "string",
"sort": 0,
"sales": 0,
"stock": 0,
"is_show": 0,
"is_hot": 0,
"is_benefit": 0,
"is_best": 0,
"is_new": 0,
"add_time": 0,
"is_postage": 0,
"is_del": 0,
"mer_use": 0,
"give_integral": "string",
"cost": "string",
"is_seckill": 0,
"is_bargain": null,
"is_good": 0,
"is_sub": 0,
"is_vip": 0,
"ficti": 0,
"browse": 0,
"code_path": "string",
"soure_link": "string",
"video_link": "string",
"temp_id": 0,
"spec_type": 0,
"activity": "string",
"spu": "string",
"label_id": "string",
"command_word": "string",
"attrInfo": {
"product_id": 0,
"suk": "string",
"stock": 0,
"sales": 0,
"price": "string",
"image": "string",
"unique": "string",
"cost": "string",
"bar_code": "string",
"ot_price": "string",
"vip_price": "string",
"weight": "string",
"volume": "string",
"brokerage": "string",
"brokerage_two": "string",
"type": 0,
"quota": 0,
"quota_show": 0
}
},
"attrStatus": true,
"costPrice": "string",
"trueStock": 0,
"truePrice": "string",
"vip_truePrice": 0,
"integral_price": 0,
"unique": "string",
"is_reply": 0
}
],
"_status": {
"_type": 0,
"_title": "string",
"_msg": "string",
"_class": "string",
"_payType": "string"
},
"_pay_time": "string",
"_add_time": "string",
"stop_time": 0,
"status_pic": "string",
"offlinePayStatus": 0,
"order_log": {
"create": "string",
"pay": "string",
"delivery": "string",
"take": "string",
"complete": "string"
}
}
]
}
修改于 2022-05-05 08:15:40