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
更新
master
fyf
2 years ago
parent
915e741d5d
commit
2922b5fdbd
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
DataVAPI/Controllers/AlarmController.cs
+ 1
- 2
DataVAPI/Controllers/AlarmController.cs
View File
@@ -283,8 +283,7 @@ namespace DataVAPI.Controllers
return JsonMsg<string>.Error(null, st, ex.Message);
}
}
[HttpGet]
public bool QueryClientProcess(string clientId)
{
try
Write
Preview
Loading…
Cancel
Save