mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	🎨 优化部分代码
This commit is contained in:
		| @ -18,10 +18,10 @@ public class ContentValue implements Serializable { | ||||
|   private String text; | ||||
|  | ||||
|   @SerializedName("new_number") | ||||
|   private Double newNumber; | ||||
|   private String newNumber; | ||||
|  | ||||
|   @SerializedName("new_money") | ||||
|   private Double newMoney; | ||||
|   private String newMoney; | ||||
|  | ||||
|   private ContentValue.Date date; | ||||
|  | ||||
| @ -43,7 +43,7 @@ public class ContentValue implements Serializable { | ||||
|     private String type; | ||||
|  | ||||
|     @SerializedName("s_timestamp") | ||||
|     private Double timestamp; | ||||
|     private String timestamp; | ||||
|   } | ||||
|  | ||||
|   @Data | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang