1
0
Pārlūkot izejas kodu

接口改用DES加密

qng 4 gadi atpakaļ
vecāks
revīzija
ad733f80e9

+ 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);