mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-24 18:04:38 +08:00
issue #10 提供客服消息Builder
This commit is contained in:
parent
a6890c90de
commit
5c2aa4df36
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.api.WxConsts;
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.api.WxConsts;
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.api.WxConsts;
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.api.WxConsts;
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
@ -1,4 +1,4 @@
|
||||
package chanjarster.weixin.bean.custom;
|
||||
package chanjarster.weixin.bean.custombuilder;
|
||||
|
||||
import chanjarster.weixin.api.WxConsts;
|
||||
import chanjarster.weixin.bean.WxCustomMessage;
|
Loading…
Reference in New Issue
Block a user