Commit afff4549 authored by 郝彦辉's avatar 郝彦辉

手动报送工具优化。

parent 9ffe7c04
......@@ -132,13 +132,13 @@ public class ManualToolService implements CommonSuperService {
return new GlobalResponse("1012", "参数错误");
}
//不是127.0.0.1时,p4不能为空
if (MD5Util.verify48Md5(p1, P1_48MD5_01)) {
//if (MD5Util.verify48Md5(p1, P1_48MD5_01)) {
if (StringUtils.isBlank(p4)) {
return new GlobalResponse("1012", "参数错误");
} else {
p4 = AesCrypto.decrypt(Base64.decode(p4.trim()), aes_key).trim();
}
}
//}
} catch (Exception e) {
log.error("参数解析错误.");
return new GlobalResponse("1012", "参数错误");
......
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