mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
汇付余额退款
This commit is contained in:
@@ -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")
|
||||
public RestApiResponse<?> adapayRefund(HttpServletRequest request, @RequestBody ApplyRefundDTO dto) {
|
||||
@PostMapping("/refundBalanceWithAdapay")
|
||||
public RestApiResponse<?> refundBalanceWithAdapay(HttpServletRequest request, @RequestBody ApplyRefundDTO dto) {
|
||||
RestApiResponse<?> response;
|
||||
try {
|
||||
if (dto.getRefundAmount() == null) {
|
||||
|
||||
Reference in New Issue
Block a user