启用BaseDTO, 提供给前端的接口,统一加上请求来源字段

This commit is contained in:
Guoqs
2024-06-17 09:31:47 +08:00
parent 29bd70740d
commit 2d9d679c69
9 changed files with 62 additions and 46 deletions

View File

@@ -60,7 +60,6 @@ public class PayController extends BaseController {
* 充值余额支付/微信余额充值
* 提供给小程序使用
* http://localhost:8080/uniapp/pay/weixinPay
* @deprecated 使用汇付支付,充值余额
*/
// @PostMapping("/weixinPay")
// public RestApiResponse<?> weixinPay(HttpServletRequest request, @RequestBody WeixinPayDTO dto) {
@@ -160,7 +159,7 @@ public class PayController extends BaseController {
}
/**
* 7003 获取支付方式
* 7003 获取支付方式/查询支付方式
* http://localhost:8080/uniapp/pay/getPayMode
*/
@PostMapping("/getPayMode")