兼容 CF577
This commit is contained in:
@@ -5,15 +5,15 @@ App({
|
|||||||
|
|
||||||
globalData: {
|
globalData: {
|
||||||
// wx.request 请求的服务地址
|
// wx.request 请求的服务地址
|
||||||
// wxRequestUrl: "https://device.shuziweidao.com/gateway/",
|
wxRequestUrl: "https://device.shuziweidao.com/gateway/",
|
||||||
wxRequestUrl: "http://192.168.10.173:8889/",
|
// wxRequestUrl: "http://192.168.10.173:8889/",
|
||||||
|
|
||||||
// 秤的所有信息
|
// 秤的所有信息
|
||||||
ppScale: {
|
ppScale: {
|
||||||
plugin: null,
|
plugin: null,
|
||||||
activeProtocol: null,
|
activeProtocol: null,
|
||||||
// domain: "http://device.shuziweidao.com/gateway",
|
domain: "http://device.shuziweidao.com:80/gateway",
|
||||||
domain: "http://192.168.10.173:8889",
|
// domain: "http://192.168.10.173:8889",
|
||||||
wifi: {
|
wifi: {
|
||||||
ssid: "",
|
ssid: "",
|
||||||
password: ""
|
password: ""
|
||||||
@@ -65,6 +65,27 @@ App({
|
|||||||
"status": 0,
|
"status": 0,
|
||||||
"uhStatus": 1,
|
"uhStatus": 1,
|
||||||
"updateBy": null
|
"updateBy": null
|
||||||
|
}, {
|
||||||
|
"advLength": 999,
|
||||||
|
"calorieStatus": 0,
|
||||||
|
"createBy": null,
|
||||||
|
"deviceAccuracyType": 2,
|
||||||
|
"deviceCalcuteType": 4,
|
||||||
|
"deviceConnectType": 2,
|
||||||
|
"deviceFuncType": 223,
|
||||||
|
"deviceName": "CF577",
|
||||||
|
"devicePowerType": 3,
|
||||||
|
"deviceProtocolType": 3,
|
||||||
|
"deviceType": 1,
|
||||||
|
"deviceUnitType": "0,1,11",
|
||||||
|
"id": 51,
|
||||||
|
"imgUrl": null,
|
||||||
|
"macAddressStart": 6,
|
||||||
|
"remark": null,
|
||||||
|
"sign": "FF",
|
||||||
|
"status": 0,
|
||||||
|
"uhStatus": 1,
|
||||||
|
"updateBy": null
|
||||||
}], // 即将要搜索周边秤的配置
|
}], // 即将要搜索周边秤的配置
|
||||||
list: [], // 根据配置搜索到秤的列表
|
list: [], // 根据配置搜索到秤的列表
|
||||||
mac: null, // 选中的设备mac地址/SN码
|
mac: null, // 选中的设备mac地址/SN码
|
||||||
|
|||||||
Reference in New Issue
Block a user