简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-03-04

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
batch_number string 批次号【例如:A0000001,A0000003】

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": [
        {
            "cover": "http://iot.com/uploads/cover/2021-03-03/603f2ce06462a.jpg",
            "batch_number": "A0000001",
            "num": 2
        },
        {
            "cover": "http://iot.com/uploads/cover/2021-03-03/603f2ce06462a.jpg",
            "batch_number": "A0000003",
            "num": 1
        }
    ],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
cover string 封面
batch_number string 批次号
num string 数量

备注:

文档更新时间: 2021-06-03 10:13   作者:admin