Commit 28c5934d by 钱炳权

test

parent 2adb74cf
...@@ -164,7 +164,7 @@ public class ProtocolTemplateImpl implements ProtocolTemplateService { ...@@ -164,7 +164,7 @@ public class ProtocolTemplateImpl implements ProtocolTemplateService {
private String smtpCmd(TestEntity testEntity) { private String smtpCmd(TestEntity testEntity) {
if (!TestTools.paramsLenghtTest(testEntity.getParamJson().length, 2, "smtp")) { if (!TestTools.paramsLenghtTest(testEntity.getParamJson().length, 2, "smtp")) {
return ""; return "d";
} }
String dst_ip = null; String dst_ip = null;
String dst_port = null; String dst_port = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment