简要描述:

-供应链租赁--获取中台归还地址列表

请求域名:

  • http://xx.com

请求URL:

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

请求 参数::

参数名 是否必须 类型 说明
order_id int 订单id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": [
        {
            "id": 1,
            "created_at": null,
            "updated_at": 1680141138,
            "username": "111",
            "tel": "111",
            "province_id": 210000,
            "city_id": 210500,
            "county_id": 210504,
            "town_id": 120104001,
            "province": "辽宁省",
            "city": "本溪市",
            "county": "明山区",
            "town": "长虹街道",
            "detail": "中和胡同8号楼2单元4111",
            "is_default": 1,
            "suppliers_id": 0
        },
        {
            "id": 11,
            "created_at": 1680084029,
            "updated_at": 1680141129,
            "username": "11",
            "tel": "11",
            "province_id": 110000,
            "city_id": 110100,
            "county_id": 110101,
            "town_id": 0,
            "province": "北京市",
            "city": "市辖区",
            "county": "东城区",
            "town": "",
            "detail": "11",
            "is_default": 1,
            "suppliers_id": 0
        },
        {
            "id": 12,
            "created_at": 1680148407,
            "updated_at": 1680148413,
            "username": "11",
            "tel": "11",
            "province_id": 0,
            "city_id": 0,
            "county_id": 0,
            "town_id": 0,
            "province": "内蒙古自治区",
            "city": "通辽市",
            "county": "开鲁县",
            "town": "",
            "detail": "11133",
            "is_default": 0,
            "suppliers_id": 0
        },
        {
            "id": 13,
            "created_at": 1680574827,
            "updated_at": 1681119921,
            "username": "11",
            "tel": "11",
            "province_id": 120000,
            "city_id": 120100,
            "county_id": 120103,
            "town_id": 0,
            "province": "天津市",
            "city": "市辖区",
            "county": "河西区",
            "town": "",
            "detail": "31231222",
            "is_default": 1,
            "suppliers_id": 0
        }
    ]
}

返回参数data说明:

参数名 类型 说明
username string 收件人名称
tel string 收件人电话
province string
city string
county string
town string
detail string 具体地址