文档
测试

查询寄件详细

POST
https://test.yxshare.top:9090/packagedeliveryinfo/querypackagedeliveryinfo

请求参数

参数名
类型
描述
必填
packagedeliveryinfo
object
数据字典
必填
id
string
示例:3
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
package
array
数据列表
必填
id
int
示例:3
必填
pacakge_no
object
包裹单号
必填
to_person
string
示例:收件人名字
必填
to_location
string
示例:收件人地址
必填
to_person_mobile
string
示例:收件人手机号
必填
from_person
string
示例:寄件人名字
必填
from_mobile
string
示例:寄件人手机号
必填
from_location
string
示例:广东省深圳市南山区桂湾五路前海基金小镇A6
必填
express_id
int
快递公司id
必填
post_id
object
小哥id
必填
preferential_price
object
优惠金额
必填
total_price
object
支付总金额
必填
price_part_post
object
小哥分润金额
必填
status
string
0待接单 1已接单 2 通知付款 3已完成 4已取消 5删除
必填
remark
string
示例:备注信息
必填
cust_id
int
用户id
必填
package_weight
object
包裹重量
必填
below_order_time
int
创建订单时间
必填
join_order_time
object
接单时间
必填
failure_why
object
取消订单原因
必填
cancel_time
object
取消订单时间
必填
collect_time
object
揽件时间
必填
pay_time
object
支付金额
必填
warehouse_id
int
示例:250
必填
to_city
string
示例:收件人市
必填
to_province
string
示例:收件人省
必填
to_area
string
示例:收件人区
必填
to_street
string
示例:收件人街道
必填
from_city
string
寄件人 市
必填
from_province
string
寄件人 省
必填
from_area
string
寄件人 区
必填
from_street
string
寄件人 街道
必填
mark
string
标识码
必填
postname
object
小哥名字
必填
full_name
object
快递公司名字
必填
user_id
int
绑定id
必填
longitude
经度
必填
latitude
纬度
必填
mobile
小哥手机号
必填
msg
string
示例:请求正常
必填
code
string
示例:200
必填
list
object
示例:null
必填

说明 / 示例

{ "ret": 0, "data": { "package": [ { "id": 3, "pacakge_no": null, "to_person": "收件人名字", "to_location": "收件人地址", "to_person_mobile": "收件人手机号", "from_person": "寄件人名字", "from_mobile": "寄件人手机号", "from_location": "广东省深圳市南山区桂湾五路前海基金小镇A6", "express_id": 1, "post_id": null, "preferential_price": null, "total_price": null, "price_part_platform": null, "price_part_stowage": null, "price_part_post": null, "packag_type": null, "status": "0", "remark": "备注信息", "cust_id": 440, "package_weight": null, "below_order_time": 1616998882000, "join_order_time": null, "failure_why": null, "order_channel": null, "to_region": null, "from_region": null, "cancel_time": null, "collect_time": null, "pay_time": null, "warehouse_id": 250, "to_city": "收件人市", "to_province": "收件人省", "to_area": "收件人区", "to_street": "收件人街道", "from_city": "深圳市", "from_province": "广东省", "from_area": "南山区", "from_street": "桂湾五路", "mark": "1478", "pay_type": null, "postname": null, "full_name": null, "user_id": 0, "post_type": null, "not_status": null } ] }, "msg": "请求正常", "code": "200", "list": null }