1
This commit is contained in:
parent
42239d3990
commit
1db874a37f
@ -21,7 +21,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
|||||||
|
|
||||||
@Tag(name = "管理后台 - 维修模块 支付模块")
|
@Tag(name = "管理后台 - 维修模块 支付模块")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/userClient/pay/toPay")
|
@RequestMapping("/userClient/pay")
|
||||||
@Validated
|
@Validated
|
||||||
public class RepairPayApi {
|
public class RepairPayApi {
|
||||||
@Resource
|
@Resource
|
||||||
|
@ -223,6 +223,7 @@ yudao:
|
|||||||
- /admin-api/system/config/configKey/**
|
- /admin-api/system/config/configKey/**
|
||||||
- /websocket/**
|
- /websocket/**
|
||||||
- /userClient/pay/**
|
- /userClient/pay/**
|
||||||
|
- /userClient/banner/list
|
||||||
- /userClient/weChat/**
|
- /userClient/weChat/**
|
||||||
- /admin-api/websocket/**
|
- /admin-api/websocket/**
|
||||||
- /admin-api/rescue/wxLoginRescue
|
- /admin-api/rescue/wxLoginRescue
|
||||||
|
Loading…
Reference in New Issue
Block a user