瀏覽代碼

Merge branch 'master' of http://111.9.47.105:10244/bpa/BPASmartClient

样式分支
pry 2 年之前
父節點
當前提交
6bf706fa2c
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. +3
    -1
      BPASmartClient.IoT/DataVClient.cs
  2. +1
    -0
      BPASmartClient.ViewModel/MainViewModel.cs

+ 3
- 1
BPASmartClient.IoT/DataVClient.cs 查看文件

@@ -99,7 +99,9 @@ namespace BPASmartClient.IoT
{
if (DeviceDataV != null && DeviceDataV.GetIsConnected() && DeviceDataV.deviceTable != null)
{
DeviceDataV.IOT_Publish(BroadcastPubTopic, Tools.JsonConvertTools("刷新店铺列表"));
string api = DataVApiAddress + "/api/Device/FlushedDevice";
HttpRequestHelper.HttpGetRequest(api, 1000);
//DeviceDataV.IOT_Publish(BroadcastPubTopic, Tools.JsonConvertTools("刷新店铺列表"));
}
}
catch (Exception ex)


+ 1
- 0
BPASmartClient.ViewModel/MainViewModel.cs 查看文件

@@ -65,6 +65,7 @@ namespace BPASmartClient.ViewModel
}));
});


dispatcherTimer = new DispatcherTimer();
dispatcherTimer.Tick += delegate
{


Loading…
取消
儲存