全部
电子面单
物流轨迹
物流发货
在线测试
电子面单授权回调
应用场景
电子面单授权回调通知
接口链接
收到回调数据后需要返回 code=0 ,否则这边会执行三次回调任务(三次之后默认收到回调)。
填写回调链后,才会触发该接口的回调信息。
url 必须为直接可访问的 url,不能携带参数。
返回数据
名称 | 类型 | 描述 |
---|---|---|
code | int | 返回状态码 |
msg | string | 返回码描述 |
msec | int | 接口执行时间 |
time | int | 接口返回时间 |
data | object | 数据信息 |
--account_id | string | 面单信息 |
--account_name | string | 面单名称 |
--account_oauth_type | string | 授权类型(1 拼多多 2 菜鸟) |
--account_expire_at | string | 账号过期时间 |
返回示例代码
json格式返回代码示例