mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	♻️ 无效字段过时标记处理
This commit is contained in:
		| @@ -21,8 +21,16 @@ public class WxMpUser implements Serializable { | ||||
|  | ||||
|   private Boolean subscribe; | ||||
|   private String openId; | ||||
|   /** | ||||
|    * @deprecated 2021年12月27日之后不再输出 | ||||
|    */ | ||||
|   @Deprecated | ||||
|   private String nickname; | ||||
|   private String language; | ||||
|   /** | ||||
|    * @deprecated 2021年12月27日之后不再输出 | ||||
|    */ | ||||
|   @Deprecated | ||||
|   private String headImgUrl; | ||||
|   private Long subscribeTime; | ||||
|   /** | ||||
| @@ -60,7 +68,6 @@ public class WxMpUser implements Serializable { | ||||
|    */ | ||||
|   private String qrSceneStr; | ||||
|  | ||||
|  | ||||
|   public static WxMpUser fromJson(String json) { | ||||
|     return WxMpGsonBuilder.create().fromJson(json, WxMpUser.class); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scruel Tao
					Scruel Tao