这个实现类被将

This commit is contained in:
weiweiw 2024-12-20 11:58:19 +08:00
parent fe21957eb7
commit a30aab2fc2
2 changed files with 7 additions and 2 deletions

View File

@ -78,10 +78,10 @@ public class TokenController {
@Resource
private RemoteConfigService configService;
@Value("${iws.appId}")
@Value("${third-party-login.iws.appId}")
private String iwsAppId;
@Value("${iws.url}")
@Value("${third-party-login.iws.url}")
private String iwsUrl;
@PostMapping("isAdmin")

View File

@ -19,3 +19,8 @@ spring:
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
third-party-login:
iws:
appId:
url: