退款回调

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

View File

@ -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

View File

@ -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