退款回调
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user