[manager]调整API监控类型参数位置

This commit is contained in:
tomsun28
2022-02-12 17:07:48 +08:00
parent ef0ba111cc
commit 41d79ff81e
3 changed files with 16 additions and 16 deletions

View File

@@ -299,8 +299,6 @@ public class HttpCollectImpl extends AbstractCollect {
return null;
}
String contentType = null;
// params
Map<String, String> params = httpProtocol.getParams();
if (params != null && !params.isEmpty()) {