File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .thoughtworks .xstream .XStream ;
4
4
import com .thoughtworks .xstream .annotations .XStreamAlias ;
5
+ import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
6
import com .thoughtworks .xstream .annotations .XStreamOmitField ;
7
+
8
+ import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
6
9
import me .chanjar .weixin .common .util .xml .XStreamInitializer ;
7
10
8
11
@ XStreamAlias ("xml" )
@@ -13,7 +16,9 @@ public class WxPayOrderNotifyResponse {
13
16
private transient static final String SUCCESS = "SUCCESS" ;
14
17
15
18
@ XStreamAlias ("return_code" )
19
+ @ XStreamConverter (value = XStreamCDataConverter .class )
16
20
private String returnCode ;
21
+ @ XStreamConverter (value = XStreamCDataConverter .class )
17
22
@ XStreamAlias ("return_msg" )
18
23
private String returnMsg ;
19
24
You can’t perform that action at this time.
0 commit comments