|
|
@@ -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);
|
|
|
}
|