Skip to content

Commit

Permalink
🎨 部分字段调整
Browse files Browse the repository at this point in the history
* 🐛 #2487 【企业微信】第三方服务商获取企业永久授权码接口返回的管理员信息没有 open_userid 字段

* 🐛 #2699 WxMaUserInfo去除openId字段。
  • Loading branch information
zhongjun96 authored Jun 20, 2022
1 parent 4590c9c commit 2ed1a5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ public static class AuthUserInfo implements Serializable {

@SerializedName("avatar")
private String avatar;

/**
* 授权管理员的open_userid,可能为空
*/
@SerializedName("open_userid")
private String openUserid;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
public class WxMaUserInfo implements Serializable {
private static final long serialVersionUID = 6719822331555402137L;

private String openId;
private String nickName;
private String gender;
private String language;
Expand Down

0 comments on commit 2ed1a5f

Please sign in to comment.