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

System.getProperty("weixin.id"), weixin.id哪儿可以配置?自己新建properties文件么? #95

Open
shushengming opened this issue Jan 6, 2018 · 0 comments

Comments

@shushengming
Copy link

@before
public void initialize() {
String redirectUri = System.getProperty("redirect");
weibo =
new Weibo(System.getProperty("weibo.id"), System.getProperty("weibo.secret"), redirectUri);
connect =
new QQConnect(System.getProperty("connect.id"), System.getProperty("connect.secret"),
redirectUri);
weixin =
new Weixin(System.getProperty("weixin.id"), System.getProperty("weixin.secret"),
redirectUri, System.getProperty("weixin.token"));
}

@shushengming shushengming changed the title System.getProperty("weixin.id"), weixin.id配置在扫码文件中?自己新建properties文件么? System.getProperty("weixin.id"), weixin.id哪儿可以配置?自己新建properties文件么? Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant