文档
测试

添加设备的触控记录

POST
/api/device/record/addTouchRecord

请求参数

参数名
类型
描述
必填
touchMsg
string
示例:继续点击了菜单按钮
必填
touchTimestamp
int
示例:1606360393090
必填
storeId
int
示例:5
必填
deviceId
int
示例:4
必填
touchMsgList
List
列表,设备传输数据使用
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": true }