This commit is contained in:
2023-05-27 11:44:44 +08:00
parent 458687951e
commit 59efb253e4
3 changed files with 27 additions and 25 deletions

View File

@@ -309,6 +309,14 @@ public class PayController extends BaseController {
return response;
}
/**
* 汇付支付退款
*/
public RestApiResponse<?> adapayRefund(HttpServletRequest request, @RequestBody WeChatRefundDTO dto) {
return null;
}
/**
* 汇付支付回调
* <a href="https://api.jsowellcloud.com/uniapp/pay/adapayCallback">...</a>