You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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"));
}
The text was updated successfully, but these errors were encountered:
shushengming
changed the title
System.getProperty("weixin.id"), weixin.id配置在扫码文件中?自己新建properties文件么?
System.getProperty("weixin.id"), weixin.id哪儿可以配置?自己新建properties文件么?
Jan 6, 2018
@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"));
}
The text was updated successfully, but these errors were encountered: