汇付余额退款

This commit is contained in:
2023-07-28 10:02:28 +08:00
parent a1cfc898be
commit b7b1010882

View File

@@ -266,10 +266,10 @@ public class PayController extends BaseController {
/** /**
* 汇付支付退款 * 汇付支付退款
* 用户余额退款 * 用户余额退款
* https://api.jsowellcloud.com/uniapp/pay/adapayRefund * https://api.jsowellcloud.com/uniapp/pay/refundBalanceWithAdapay
*/ */
@PostMapping("/adapayRefund") @PostMapping("/refundBalanceWithAdapay")
public RestApiResponse<?> adapayRefund(HttpServletRequest request, @RequestBody ApplyRefundDTO dto) { public RestApiResponse<?> refundBalanceWithAdapay(HttpServletRequest request, @RequestBody ApplyRefundDTO dto) {
RestApiResponse<?> response; RestApiResponse<?> response;
try { try {
if (dto.getRefundAmount() == null) { if (dto.getRefundAmount() == null) {