File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
package me .chanjar .weixin .cp .bean ;
2
2
3
+ import java .io .Serializable ;
4
+
3
5
import com .thoughtworks .xstream .annotations .XStreamAlias ;
4
6
import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
7
import lombok .Data ;
6
8
import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
9
+ import me .chanjar .weixin .cp .bean .outxmlbuilder .ImageBuilder ;
10
+ import me .chanjar .weixin .cp .bean .outxmlbuilder .NewsBuilder ;
11
+ import me .chanjar .weixin .cp .bean .outxmlbuilder .TextBuilder ;
12
+ import me .chanjar .weixin .cp .bean .outxmlbuilder .VideoBuilder ;
13
+ import me .chanjar .weixin .cp .bean .outxmlbuilder .VoiceBuilder ;
7
14
import me .chanjar .weixin .cp .config .WxCpConfigStorage ;
8
- import me .chanjar .weixin .cp .bean .outxmlbuilder .*;
9
15
import me .chanjar .weixin .cp .util .crypto .WxCpCryptUtil ;
10
16
import me .chanjar .weixin .cp .util .xml .XStreamTransformer ;
11
17
12
- import java .io .Serializable ;
13
-
18
+ /**
19
+ * 被动回复消息.
20
+ * https://work.weixin.qq.com/api/doc#12975
21
+ *
22
+ * @author Daniel Qian
23
+ */
14
24
@ XStreamAlias ("xml" )
15
25
@ Data
16
26
public abstract class WxCpXmlOutMessage implements Serializable {
You can’t perform that action at this time.
0 commit comments