mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	🎨 修复错误转换逻辑
This commit is contained in:
		| @@ -56,7 +56,7 @@ public class WxMpMassTagMessageGsonAdapter implements JsonSerializer<WxMpMassTag | ||||
|       messageJson.add(WxConsts.MassMsgType.MPVIDEO, sub); | ||||
|     } | ||||
|     messageJson.addProperty("msgtype", message.getMsgType()); | ||||
|     messageJson.addProperty("send_ignore_reprint", message.isSendIgnoreReprint() ? 0 : 1); | ||||
|     messageJson.addProperty("send_ignore_reprint", message.isSendIgnoreReprint() ? 1 : 0); | ||||
|  | ||||
|     if (StringUtils.isNotEmpty(message.getClientMsgId())) { | ||||
|       messageJson.addProperty("clientmsgid", message.getClientMsgId()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sandy zeng
					sandy zeng