添加部分退款接口
This commit is contained in:
@@ -1113,7 +1113,7 @@ public class MerchantOrderController {
|
|||||||
@RequestParam String notifyUrl,
|
@RequestParam String notifyUrl,
|
||||||
@RequestParam String refundReason,
|
@RequestParam String refundReason,
|
||||||
@RequestParam String payPassword){
|
@RequestParam String payPassword){
|
||||||
JSONObject object= merchantOrderService.apiReturnOrderV3(orderNumber,amount,mercRefundNo,notifyUrl,noticeCode,payPassword, noticeCode, payPassword);
|
JSONObject object= merchantOrderService.apiReturnOrderV3(orderNumber,amount,mercRefundNo,notifyUrl,noticeCode,payPassword, refundReason, "app");
|
||||||
return ResultGenerator.genSuccessResult("退款成功",object);
|
return ResultGenerator.genSuccessResult("退款成功",object);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1126,7 +1126,7 @@ public class MerchantOrderController {
|
|||||||
@RequestParam String notifyUrl,
|
@RequestParam String notifyUrl,
|
||||||
@RequestParam String refundReason,
|
@RequestParam String refundReason,
|
||||||
@RequestParam String payPassword){
|
@RequestParam String payPassword){
|
||||||
JSONObject object= merchantOrderService.apiReturnOrderV4(orderNumber,amount,mercRefundNo,notifyUrl,noticeCode, noticeCode, payPassword);
|
JSONObject object= merchantOrderService.apiReturnOrderV4(orderNumber,amount,mercRefundNo,notifyUrl,noticeCode, payPassword,"app" );
|
||||||
return ResultGenerator.genSuccessResult("退款成功",object);
|
return ResultGenerator.genSuccessResult("退款成功",object);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user