退款回调

This commit is contained in:
wangw 2024-05-24 15:58:28 +08:00
parent 3e6cb81b46
commit 640036afc5
3 changed files with 2 additions and 8 deletions

View File

@ -94,8 +94,7 @@ public class PayService {
private String url; private String url;
@Value("${thirdPay.callBack}") @Value("${thirdPay.callBack}")
private String callBack; private String callBack;
@Value("${thirdPay.groupCallBack}")
private String groupCallBack;
public static void main(String[] args) { public static void main(String[] args) {
@ -1058,7 +1057,7 @@ public class PayService {
null, null,
"团购卷订单退款", "团购卷订单退款",
param.getRefundAmount().setScale(2, RoundingMode.DOWN).multiply(new BigDecimal(100)).longValue(), param.getRefundAmount().setScale(2, RoundingMode.DOWN).multiply(new BigDecimal(100)).longValue(),
groupCallBack, null,
null, null,
thirdApply.getAppToken()); thirdApply.getAppToken());
if (ObjectUtil.isNotNull(publicResp) && ObjectUtil.isNotEmpty(publicResp)) { if (ObjectUtil.isNotNull(publicResp) && ObjectUtil.isNotEmpty(publicResp)) {

View File

@ -47,8 +47,6 @@ pagehelper:
reasonable: true reasonable: true
helperDialect: mysql helperDialect: mysql
params: count=countSql params: count=countSql
thirdPay:
groupCallBack: https:///cashierService/notify/notifyCallBackGroup
mybatis: mybatis:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true

View File

@ -49,9 +49,6 @@ pagehelper:
helperDialect: mysql helperDialect: mysql
params: count=countSql params: count=countSql
thirdPay:
groupCallBack: https://cashierclient.sxczgkj.cn/cashierService/notify/notifyCallBackGroup
mybatis: mybatis:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true