🎨 部分字段调整

* 🐛 #2487 【企业微信】第三方服务商获取企业永久授权码接口返回的管理员信息没有 open_userid 字段

* 🐛 #2699 WxMaUserInfo去除openId字段。
This commit is contained in:
zhongjun 2022-06-20 16:29:19 +08:00 committed by GitHub
parent 4590c9c333
commit 2ed1a5f03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -271,6 +271,12 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp {
@SerializedName("avatar")
private String avatar;
/**
* 授权管理员的open_userid可能为空
*/
@SerializedName("open_userid")
private String openUserid;
}
/**

View File

@ -12,7 +12,6 @@ import java.io.Serializable;
public class WxMaUserInfo implements Serializable {
private static final long serialVersionUID = 6719822331555402137L;
private String openId;
private String nickName;
private String gender;
private String language;