This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
DataV
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
2323
master
fyf
2 years ago
parent
fb75abea35
commit
ca18c39f3b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
DataVAPI/UpAndDown/ProcessServer.cs
+ 4
- 0
DataVAPI/UpAndDown/ProcessServer.cs
View File
@@ -415,6 +415,10 @@ namespace DataVAPI.UpAndDown
{
logController.Create(Tools.JsonToObjectTools<LogTable>(message));
}
else if (message == "刷新店铺列表")
{
LoadingShopInformation();
}
}
//else if (topic == IOTDevServer.TargetStatusSubTopic)//属性变更
//{
Write
Preview
Loading…
Cancel
Save