mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-30 10:07:06 +08:00 
			
		
		
		
	🐛 修复GsonHelper工具类
This commit is contained in:
		| @ -198,7 +198,7 @@ public class GsonHelper { | ||||
|         ((List<?>) value).forEach(a -> array.add(a.toString())); | ||||
|         jsonObject.add(key.toString(), array); | ||||
|       } else { | ||||
|         jsonObject.addProperty(key.toString(), value.toString()); | ||||
|         jsonObject.add(key.toString(), WxGsonBuilder.create().toJsonTree(value)); | ||||
|       } | ||||
|     } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang