mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	issue #43 typo
This commit is contained in:
		| @ -31,7 +31,7 @@ public class WxCpMessageGsonAdapter implements JsonSerializer<WxCpMessage> { | ||||
|     messageJson.addProperty("msgtype", message.getMsgType()); | ||||
|  | ||||
|     if (StringUtils.isNotBlank(message.getToParty())) { | ||||
|       messageJson.addProperty("toparty", message.getToUser()); | ||||
|       messageJson.addProperty("toparty", message.getToParty()); | ||||
|     } | ||||
|     if (StringUtils.isNotBlank(message.getToTag())) { | ||||
|       messageJson.addProperty("totag", message.getToUser()); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Qian
					Daniel Qian