简要描述:

-供应链租赁--填写归还信息

请求域名:

  • http://xx.com

请求URL:

plugin.yz-supply-lease.api.return.return-form

请求 参数::

参数名 是否必须 类型 说明
order_id int 订单id
express_no string 快递号
company_name string 快递公司名称
company_code string 快递公司代号
address_id int 中台地址id
address string 中台完整地址字符串
username string 中台收货人名称
tel string 中台收货人电话

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": []
}