简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-27

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
store_id string 门店id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "all_num": 7,
        "list": [
            {
                "code": "F1",
                "all_num": "2",
                "name": "电磁炉故障",
                "rate": "0.29",
                "rate_str": "29%"
            },
        ]
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
all_num int 昨日提醒次数
list.code string 错误代码
list.all_num string 次数
list.name string 错误名称
list.rate string 占率
list.rate_str string 占率

备注:

文档更新时间: 2021-08-28 10:55   作者:admin