Skip to content

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

@shushengming

Description

@shushengming

@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"));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions