Commit 7c037dde by 徐高华

自建

parent 973b0041
......@@ -20,6 +20,27 @@ public class WxEnterpriseQwDTO implements Serializable {
private String urlHost ;
private String selfAppid ;
// 好办小程序的appid(根据第三方或自建返回)
private String hbWxaAppid ;
// 自建/第三方
private String self3thSecret ;
public String getHbWxaAppid() {
return hbWxaAppid;
}
public String getSelf3thSecret() {
return self3thSecret;
}
public void setHbWxaAppid(String hbWxaAppid) {
this.hbWxaAppid = hbWxaAppid;
}
public void setSelf3thSecret(String self3thSecret) {
this.self3thSecret = self3thSecret;
}
public String getSelfAppid() {
return selfAppid;
}
......
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