浏览代码

接口改用DES加密

qng 4 年之前
父节点
当前提交
ad733f80e9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      eccs-biz/src/main/java/com/emato/biz/service/impl/SalesDetaiServicelImpl.java

+ 2 - 2
eccs-biz/src/main/java/com/emato/biz/service/impl/SalesDetaiServicelImpl.java

@@ -60,8 +60,8 @@ public class SalesDetaiServicelImpl implements ISalesDetaiServicel {
             //调用接口限制间隔时间
             Date msgDate = mallMngChangeMapper.getPullDataTime((String)weChatMapMsg.put("tranDirection",msg.get("tranDirection")));
             long diff=(new Date().getTime()-msgDate.getTime())/1000/60;
-            //if(diff>2){
-                if(true){
+            if(diff>2){
+                //if(true){
                 //记录调用参数接口日志
                 pullQueryData(weChatMapMsg);
                 List<NewSystemFormatEntiy> list = mallMngChangeMapper.getSalesDetaiData(weChatMapMsg);