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 22
33import com .thoughtworks .xstream .XStream ;
44import com .thoughtworks .xstream .annotations .XStreamAlias ;
5+ import com .thoughtworks .xstream .annotations .XStreamConverter ;
56import com .thoughtworks .xstream .annotations .XStreamOmitField ;
7+
8+ import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
69import me .chanjar .weixin .common .util .xml .XStreamInitializer ;
710
811@ XStreamAlias ("xml" )
@@ -13,7 +16,9 @@ public class WxPayOrderNotifyResponse {
1316 private transient static final String SUCCESS = "SUCCESS" ;
1417
1518 @ XStreamAlias ("return_code" )
19+ @ XStreamConverter (value = XStreamCDataConverter .class )
1620 private String returnCode ;
21+ @ XStreamConverter (value = XStreamCDataConverter .class )
1722 @ XStreamAlias ("return_msg" )
1823 private String returnMsg ;
1924
You can’t perform that action at this time.
0 commit comments