Last Updated on : 2023-06-21 07:12:55download
Get the number of passengers on the shelf
GET: /v1.0/iot-03/retail/shops/shelf/{device_id}/passenger-flow
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | device id |
shop_shelf_query_req | ShopShelfQueryReq | query | true |
Description of shop_shelf_query_req
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
start_time | Long | false | 开始时间 | |
end_time | Long | false | 结束时间 |
Parameter name | Type | Description |
---|---|---|
result | ShopShelfRes |
Description of result
Parameter name | Type | Description |
---|---|---|
shelf_flow_count | Long | Number of shelf passenger flow |
GET: /v1.0/iot-03/retail/shops/shelf/xxxId/passenger-flow
{
"msg": {
"shelf_flow_count": 230
},
"code": 200,
"t": 1626057543130,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback