发布代取快递任务
POST
/express/express_publish
请求头
参数名
类型
描述
必填
token
string
示例:ce5cd3cdb887f20b576019ed9e4f41caa10447dd2ecbcb67a41b56e0b0693903
必填
请求参数
参数名
类型
描述
必填
title
string
标题
必填
sex
int
性别要求: 0无要求 1男 2女
可选
appointment_time
int
预约时间(期望完成时间)
可选
desc
string
描述
可选
from_addr
string
取件地址
可选
to_addr
string
送件地址
可选
labor_fee
int
跑腿费/劳务费
必填
tip_fee
int
小费
可选
express_info
string
json对象数组,示例:[{"attach_img":"img1|img2","express_receipt":"1245,1456","express_size":"1"},{"attach_img":"img3|img4","express_receipt":"1275,6756","express_size":"2"}]
必填
attach_img
string
附图,多图用“|”隔开
必填
express_receipt
string
取件凭证
必填
express_size
int
快递尺寸
必填
coupon_id
int
优惠券id
可选
platform
int
0:app 1:公众号
可选
响应参数
参数名
类型
描述
必填
code
int
可选
msg
string
可选
data
object
用于拉起app支付的数据
可选