- 基础接口
- 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
/v2/order/invoice_detail/{}
请求参数
Path 参数
uni
string
订单号
示例值:
wx999999
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2/order/invoice_detail/{}'
返回响应
🟢200成功
application/json
Body
status
number
可选
msg
string
可选
data
object
可选
id
number
订单ID
order_id
string
订单编号
trade_no
string
支付编号
uid
number
用户ID
real_name
string
姓名
user_phone
string
电话
user_address
string
地址
cart_id
array[string]
购物车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_type
number
退款类型
refund_express
string
退款订单号
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
退回积分
spread_uid
number
上级uid
one_brokerage
string
一级返佣
two_brokerage
string
二级返佣
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
可选
is_channel
number
可选
is_remind
number
是否消息提醒
is_system_del
number
是否系统删除
channel_type
string
用户类型
province
string
省份
express_dump
string
面单打印信息
invoice
object
发票信息
add_time_y
string
可选
add_time_h
string
可选
system_store
boolean
可选
mapKey
string
可选
yue_pay_status
number
可选
pay_weixin_open
number
可选
ali_pay_status
boolean
可选
cartInfo
array [object {16}]
可选
_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": [
"string"
],
"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_type": 0,
"refund_express": "string",
"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,
"spread_uid": 0,
"one_brokerage": "string",
"two_brokerage": "string",
"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",
"invoice": {
"id": 0,
"uid": 0,
"category": "string",
"order_id": 0,
"invoice_id": 0,
"header_type": 0,
"type": 0,
"name": "string",
"duty_number": "string",
"drawer_phone": "string",
"email": "string",
"tell": "string",
"address": "string",
"bank": "string",
"card_number": "string",
"is_pay": 0,
"is_refund": 0,
"is_invoice": 0,
"invoice_number": "string",
"remark": "string",
"invoice_time": 0,
"add_time": "string"
},
"add_time_y": "string",
"add_time_h": "string",
"system_store": true,
"mapKey": "string",
"yue_pay_status": 0,
"pay_weixin_open": 0,
"ali_pay_status": true,
"cartInfo": [
{
"id": "string",
"type": "string",
"seckill_id": 0,
"bargain_id": 0,
"combination_id": 0,
"product_id": 0,
"product_attr_unique": "string",
"cart_num": 0,
"productInfo": {
"id": 0,
"image": "string",
"cate_id": "string",
"price": "string",
"ot_price": "string",
"vip_price": "string",
"postage": "string",
"give_integral": "string",
"sales": 0,
"stock": 0,
"store_name": "string",
"unit_name": "string",
"is_show": 0,
"is_del": 0,
"is_postage": 0,
"cost": "string",
"is_sub": 0,
"temp_id": 0,
"is_vip": 0,
"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
}
},
"truePrice": "string",
"vip_truePrice": 0,
"trueStock": 0,
"costPrice": "string",
"unique": "string",
"is_reply": 0,
"vip_sum_truePrice": "string"
}
],
"_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"
}
}
}