mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user