diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java index 07e745e..103fc30 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java @@ -94,8 +94,7 @@ public class PayService { private String url; @Value("${thirdPay.callBack}") private String callBack; - @Value("${thirdPay.groupCallBack}") - private String groupCallBack; + public static void main(String[] args) { @@ -1058,7 +1057,7 @@ public class PayService { null, "团购卷订单退款", param.getRefundAmount().setScale(2, RoundingMode.DOWN).multiply(new BigDecimal(100)).longValue(), - groupCallBack, + null, null, thirdApply.getAppToken()); if (ObjectUtil.isNotNull(publicResp) && ObjectUtil.isNotEmpty(publicResp)) { diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f018c70..5415ce2 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -47,8 +47,6 @@ pagehelper: reasonable: true helperDialect: mysql params: count=countSql -thirdPay: - groupCallBack: https:///cashierService/notify/notifyCallBackGroup mybatis: configuration: map-underscore-to-camel-case: true diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index bea544d..8654eb7 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -49,9 +49,6 @@ pagehelper: helperDialect: mysql params: count=countSql -thirdPay: - groupCallBack: https://cashierclient.sxczgkj.cn/cashierService/notify/notifyCallBackGroup - mybatis: configuration: map-underscore-to-camel-case: true