1.典型源荷,国网下穿接口编写

This commit is contained in:
wr
2024-05-28 16:09:55 +08:00
parent 6817b33020
commit 48486ce04d
21 changed files with 1046 additions and 377 deletions

View File

@@ -31,4 +31,4 @@ public interface RStatLimitRateDClient {
@PostMapping("/monitorIdsGetLimitTargetInfo")
HttpResult<List<RStatLimitTargetDPO>> monitorIdsGetLimitTargetInfo(@RequestBody RStatLimitQueryParam rStatLimitQueryParam);
}
}