继续test 发布监测间隔

This commit is contained in:
2022-05-16 14:59:58 +08:00
parent 5de87bc876
commit 052c849270
+7
View File
@@ -19,6 +19,13 @@ namespace IRaCIS.Application.Services
_trialRepository = trialRepository;
}
public string Get()
{
return String.Empty;
}
[HttpPost]
public string Get(testModel testModel)
{