mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
优化部分javadoc
This commit is contained in:
parent
34cea664ba
commit
aa106de6ce
@ -22,7 +22,7 @@ import me.chanjar.weixin.common.util.xml.XStreamInitializer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 退款结果通知对象
|
* 退款结果通知对象.
|
||||||
* Created by BinaryWang on 2017/8/27.
|
* Created by BinaryWang on 2017/8/27.
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
@ -37,7 +37,7 @@ public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializ
|
|||||||
private static final long serialVersionUID = 4651725860079259186L;
|
private static final long serialVersionUID = 4651725860079259186L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 从xml字符串创建bean对象
|
* 从xml字符串创建bean对象.
|
||||||
*
|
*
|
||||||
* @param xmlString xml字符串
|
* @param xmlString xml字符串
|
||||||
* @param mchKey 商户密钥
|
* @param mchKey 商户密钥
|
||||||
@ -63,7 +63,7 @@ public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializ
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:加密信息
|
* 字段名:加密信息.
|
||||||
* 变量名:req_info
|
* 变量名:req_info
|
||||||
* 是否必填:是
|
* 是否必填:是
|
||||||
* 类型:String(1024)
|
* 类型:String(1024)
|
||||||
@ -211,7 +211,7 @@ public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializ
|
|||||||
* 是否必填:否
|
* 是否必填:否
|
||||||
* 类型: String(20)
|
* 类型: String(20)
|
||||||
* 示例值:20160725152626
|
* 示例值:20160725152626
|
||||||
* 描述:-
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@XStreamAlias("success_time")
|
@XStreamAlias("success_time")
|
||||||
private String successTime;
|
private String successTime;
|
||||||
@ -256,10 +256,10 @@ public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializ
|
|||||||
private String refundRequestSource;
|
private String refundRequestSource;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* From xml req info.
|
* 从xml字符串构造ReqInfo对象.
|
||||||
*
|
*
|
||||||
* @param xmlString the xml string
|
* @param xmlString xml字符串
|
||||||
* @return the req info
|
* @return ReqInfo对象
|
||||||
*/
|
*/
|
||||||
public static ReqInfo fromXML(String xmlString) {
|
public static ReqInfo fromXML(String xmlString) {
|
||||||
XStream xstream = XStreamInitializer.getInstance();
|
XStream xstream = XStreamInitializer.getInstance();
|
||||||
|
Loading…
Reference in New Issue
Block a user