|
|
@@ -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) |
|
|
|