@cfygaoyang
2017-08-02T08:32:30.000000Z
字数 216
阅读 362
APP
GET /device/api/count/[product_id]
参数 | 类型 | 必须 | 说明 |
---|---|---|---|
product_id | 字符串 | 是 | SDS 产品 product_id |
{
"meta": {
"code": 0,
"message": "success"
},
"data": {
"count": 2
}
}
参数 | 类型 | 说明 |
---|---|---|
code | 整型 | 错误码;0代表正确,反之错误 |
message | 字符串 | 请求消息提示 |
count | 整型 | 该产品使用人数 |