Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache mechanism #1

Open
todo bot opened this issue May 31, 2020 · 0 comments
Open

cache mechanism #1

todo bot opened this issue May 31, 2020 · 0 comments

Comments

@todo
Copy link

todo bot commented May 31, 2020

// TODO: cache mechanism
public String getAccessToken() throws IOException {
var res =
SimpleHttp.doGet(String.format("https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential" +
"&appid=%s&secret=%s", this.getConfig().getClientId(), this.getConfig().getClientSecret()),
this.session).asString();


This issue was generated by todo based on a TODO comment in 3e0a495. It's been assigned to @undefined because they committed the code.
@todo todo bot added the todo 🗒️ label May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants