智慧校园获取青桔token

This commit is contained in:
张博 2024-11-18 17:28:09 +08:00
parent 4ad55b92a4
commit fd2ccd530f
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import java.util.Map;
@Component
@Slf4j
public class DataSync {
/*@Autowired
@Autowired
OpFeignClient opFeignClient;
@Value("${global.qingju.accountNumber}")
public String accountNumber;
@ -34,5 +34,5 @@ public class DataSync {
KeysEntity.passKey = json.getString("passKey");
KeysEntity.empowerText = json.getString("empowerText");
}
}*/
}
}