mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 13:20:23 +00:00
fix: 接口扫描
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
@ClientCode({DaxPayCode.Client.ADMIN})
|
||||
@Tag(name = "服务商通道配置")
|
||||
@RestController
|
||||
@RequestGroup(groupCode = "IsvChannelConfig", groupName = "通道配置", moduleCode = "isv")
|
||||
@RequestGroup(groupCode = "IsvChannelConfig", groupName = "通道配置", moduleCode = "isv", moduleName = "(DaxPay)服务商")
|
||||
@RequestMapping("/isv/channel/config")
|
||||
@RequiredArgsConstructor
|
||||
public class IsvChannelConfigController {
|
||||
|
Reference in New Issue
Block a user