This commit is contained in:
jinyu 2016-06-12 10:43:17 +08:00
parent 5b925f6ab6
commit 2359461a16
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
package com.foxinmy.weixin4j.response;
/**
* 空白回复
*
* 空白回复(避免微信服务器重复推送消息)
*
* @className BlankResponse
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月7日

View File

@ -2,7 +2,7 @@ package com.foxinmy.weixin4j.response;
/**
* 单一内容回复
*
*
* @className SingleResponse
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月3日