Commit ffc0cfad by 陶光胜

加日志

parent f63ff47a
......@@ -16,6 +16,8 @@ public class Config {
private String suiteId;
@Value("${host}")
private String host;
@Value("${wxSuiteid}")
private String wxSuiteid;
public String getCorpid() {
return corpid;
......@@ -40,4 +42,12 @@ public class Config {
public void setHost(String host) {
this.host = host;
}
public String getWxSuiteid() {
return wxSuiteid;
}
public void setWxSuiteid(String wxSuiteid) {
this.wxSuiteid = wxSuiteid;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment