修改@author注释为jinyu(foxinmy@gmail.com)
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.util.AesToken;
|
||||
* 微信消息服务:需要另外开启一个线程去启动服务,比如在spring mvc中
|
||||
*
|
||||
* @className Weixin4jServerStartupWithThread
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年5月7日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
|
||||
* 微信消息服务:单独作为一个服务jar包启动
|
||||
*
|
||||
* @className Weixin4jServerStartupWithoutThread
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年5月7日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
|
||||
* 输入 hello 回复 world
|
||||
*
|
||||
* @className HelloMessageHandler
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年12月27日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
|
||||
* 处理关注消息
|
||||
*
|
||||
* @className SubscribeMessageHandler
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年12月3日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
|
||||
* 文本消息处理
|
||||
*
|
||||
* @className TextMessageHandler
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年11月18日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
|
||||
* 只处理语音消息
|
||||
*
|
||||
* @className VoiceMessageHandler
|
||||
* @author jy
|
||||
* @author jinyu(foxinmy@gmail.com)
|
||||
* @date 2015年11月18日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
|
||||
Reference in New Issue
Block a user