issue #10 提供客服消息Builder

This commit is contained in:
Daniel Qian 2014-08-28 13:01:51 +08:00
parent a6890c90de
commit 5c2aa4df36
9 changed files with 15 additions and 15 deletions

View File

@ -4,13 +4,13 @@ import java.util.ArrayList;
import java.util.List;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.custom.ImageBuilder;
import chanjarster.weixin.bean.custom.MusicBuilder;
import chanjarster.weixin.bean.custom.NewsArticleBuilder;
import chanjarster.weixin.bean.custom.NewsBuilder;
import chanjarster.weixin.bean.custom.TextBuilder;
import chanjarster.weixin.bean.custom.VideoBuilder;
import chanjarster.weixin.bean.custom.VoiceBuilder;
import chanjarster.weixin.bean.custombuilder.ImageBuilder;
import chanjarster.weixin.bean.custombuilder.MusicBuilder;
import chanjarster.weixin.bean.custombuilder.NewsArticleBuilder;
import chanjarster.weixin.bean.custombuilder.NewsBuilder;
import chanjarster.weixin.bean.custombuilder.TextBuilder;
import chanjarster.weixin.bean.custombuilder.VideoBuilder;
import chanjarster.weixin.bean.custombuilder.VoiceBuilder;
import chanjarster.weixin.util.json.WxGsonBuilder;
/**

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import java.util.ArrayList;
import java.util.List;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.WxCustomMessage;

View File

@ -1,4 +1,4 @@
package chanjarster.weixin.bean.custom;
package chanjarster.weixin.bean.custombuilder;
import chanjarster.weixin.api.WxConsts;
import chanjarster.weixin.bean.WxCustomMessage;