这个实现类被将
This commit is contained in:
parent
fe21957eb7
commit
a30aab2fc2
|
|
@ -78,10 +78,10 @@ public class TokenController {
|
||||||
@Resource
|
@Resource
|
||||||
private RemoteConfigService configService;
|
private RemoteConfigService configService;
|
||||||
|
|
||||||
@Value("${iws.appId}")
|
@Value("${third-party-login.iws.appId}")
|
||||||
private String iwsAppId;
|
private String iwsAppId;
|
||||||
|
|
||||||
@Value("${iws.url}")
|
@Value("${third-party-login.iws.url}")
|
||||||
private String iwsUrl;
|
private String iwsUrl;
|
||||||
|
|
||||||
@PostMapping("isAdmin")
|
@PostMapping("isAdmin")
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,8 @@ spring:
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
third-party-login:
|
||||||
|
iws:
|
||||||
|
appId:
|
||||||
|
url:
|
||||||
Loading…
Reference in New Issue