退款回调
This commit is contained in:
parent
3e6cb81b46
commit
640036afc5
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue