1.WebSocket登录注册
2.数据重发机制
This commit is contained in:
@ -4,13 +4,13 @@
|
||||
//货架服务器的IP和端口号
|
||||
"ApiIpHost": "http://localhost:8888/",
|
||||
//货架分区
|
||||
"GroupName": [ "A", "B", "C" ],
|
||||
"GroupName": [ "13寸智能货架", "7寸智能货架"],
|
||||
//设备类型 可以配置为每个电脑不一样
|
||||
"DeviceType": "WCS前端-开发电脑",
|
||||
"DeviceType": "WCS前端",
|
||||
//货架类型的是否开机自检
|
||||
"IsBootSelfTest": false,
|
||||
//扫码枪COM口列表
|
||||
"ScannerComList": [ "COM1", "COM2" ],
|
||||
"ScannerComList": [],
|
||||
//串口扫码枪延时
|
||||
"ScannerTimeOut": 2000,
|
||||
//系统配置
|
||||
|
Reference in New Issue
Block a user