he2802 2 жил өмнө
parent
commit
70f403af86

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/distribution/service/impl/DistributionCashWithdrawalServiceImpl.java

@@ -290,7 +290,7 @@ public class DistributionCashWithdrawalServiceImpl extends ServiceImpl<Distribut
         String respone = "";
         try {
             respone = HttpUtils.postFormBody(OLD_PAY_HOST, params);
-            log.info("分享红包打款结果"+respone,"");
+            log.info("分享红包打款结果"+respone+params.toString(),"");
             if (!respone.contains("\"Status\":true")) {
                 throw new CustomException("打款请求错误"+respone);
             }