汇付余额退款

This commit is contained in:
2023-07-28 10:03:53 +08:00
parent b7b1010882
commit d74564f2c0

View File

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