简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-11-17

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
order_type int 固定值 1 ,商城订单=1
order_id string 订单id
logistics_url file 照片文件流 {"img1":"https://unionshop.union-home.cn/uploads/banner/2020-07-06/5f032dd474753.jpg","img2":"https://unionshop.union-home.cn/uploads/banner/2020-07-06/5f032dd474753.jpg"}

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "上传成功",
    "data": [],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

返回参数说明:

参数名 类型 说明

备注:

文档更新时间: 2021-03-15 18:20   作者:admin