This commit is contained in:
jinyu
2016-03-12 18:32:47 +08:00
parent 9dc82b9946
commit a6adeec5e4
5 changed files with 90 additions and 6 deletions
@@ -59,4 +59,4 @@ public abstract class MultipleMessageHandlerAdapter implements
public int weight() {
return 1;
}
}
}
@@ -15,6 +15,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
* @date 2015年5月7日
* @since JDK 1.6
* @see MessageHandlerAdapter
* @see MultipleMessageHandlerAdapter
*/
public interface WeixinMessageHandler {