mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
启用BaseDTO, 提供给前端的接口,统一加上请求来源字段
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user