Commit 6359190a by 徐高华

企微

parent dc60e9a4
......@@ -16,9 +16,6 @@ public class WxEnterpriseQwDTO implements Serializable {
private String memberSuiteId;
// 第三方
private String thirdCorpid;
// 明文的corpid
private String selfCorpid ;
// 第三方使用的加密的userid
public boolean needOpenUserId3th() {
return this.wxSecurityType == 2 || this.wxSecurityType == 3;
......@@ -28,13 +25,6 @@ public class WxEnterpriseQwDTO implements Serializable {
return this.wxSecurityType == 2 || this.wxSecurityType == 4 ;
}
public String getSelfCorpid() {
return selfCorpid;
}
public void setSelfCorpid(String selfCorpid) {
this.selfCorpid = selfCorpid;
}
public String getDkSuiteId() {
return dkSuiteId;
}
......
......@@ -81,7 +81,6 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
logger.info("会员小程序未配置,自建应用");
qw.setMemberCorpid(wxEnterprise.getWxCorpid());
}
qw.setSelfCorpid(wxEnterprise.getWxCorpid());
logger.info("企微所有corpid信息={}",JSON.toJSON(qw));
return qw;
}
......
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