智慧校园获取青桔token
This commit is contained in:
parent
4ad55b92a4
commit
fd2ccd530f
|
@ -17,7 +17,7 @@ import java.util.Map;
|
||||||
@Component
|
@Component
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DataSync {
|
public class DataSync {
|
||||||
/*@Autowired
|
@Autowired
|
||||||
OpFeignClient opFeignClient;
|
OpFeignClient opFeignClient;
|
||||||
@Value("${global.qingju.accountNumber}")
|
@Value("${global.qingju.accountNumber}")
|
||||||
public String accountNumber;
|
public String accountNumber;
|
||||||
|
@ -34,5 +34,5 @@ public class DataSync {
|
||||||
KeysEntity.passKey = json.getString("passKey");
|
KeysEntity.passKey = json.getString("passKey");
|
||||||
KeysEntity.empowerText = json.getString("empowerText");
|
KeysEntity.empowerText = json.getString("empowerText");
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue