docs: update docs

This commit is contained in:
felord.cn
2021-02-04 21:41:03 +08:00
committed by felord.cn
parent d65fd0a243
commit b4c3525246
479 changed files with 79908 additions and 2827 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:47 CST 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Thu Feb 04 21:36:20 CST 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WechatDirectPayApi (payment-spring-boot 1.0.0.RELEASE API)</title>
<meta name="date" content="2020-12-13">
<title>WechatDirectPayApi (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
<meta name="date" content="2021-02-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,13 +13,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WechatDirectPayApi (payment-spring-boot 1.0.0.RELEASE API)";
parent.document.title="WechatDirectPayApi (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -45,13 +45,12 @@ var activeTableTab = "activeTableTab";
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">下一个类</span></a></li>
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatDiscountCardApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?cn/felord/payment/wechat/v3/WechatDirectPayApi.html" target="_top">框架</a></li>
@@ -204,28 +203,40 @@ extends <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html" ti
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/WechatDirectPayApi.html#queryRefundInfo-java.lang.String-">queryRefundInfo</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;outRefundNo)</code>
<div class="block">查询单笔退款API</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/WechatDirectPayApi.html#queryTransactionById-cn.felord.payment.wechat.v3.model.TransactionQueryParams-">queryTransactionById</a></span>(<a href="../../../../../cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionQueryParams</a>&nbsp;params)</code>
<div class="block">微信支付订单号查询API</div>
</td>
</tr>
<tr id="i8" class="altColor">
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/WechatDirectPayApi.html#queryTransactionByOutTradeNo-cn.felord.payment.wechat.v3.model.TransactionQueryParams-">queryTransactionByOutTradeNo</a></span>(<a href="../../../../../cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionQueryParams</a>&nbsp;params)</code>
<div class="block">商户订单号查询API</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<tr id="i10" class="altColor">
<td class="colFirst"><code>private org.springframework.http.RequestEntity&lt;?&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/WechatDirectPayApi.html#queryTransactionFunction-cn.felord.payment.wechat.enumeration.WechatPayV3Type-cn.felord.payment.wechat.v3.model.TransactionQueryParams-">queryTransactionFunction</a></span>(<a href="../../../../../cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举">WechatPayV3Type</a>&nbsp;type,
<a href="../../../../../cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionQueryParams</a>&nbsp;params)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/WechatDirectPayApi.html#refund-cn.felord.payment.wechat.v3.model.RefundParams-">refund</a></span>(<a href="../../../../../cn/felord/payment/wechat/v3/model/RefundParams.html" title="cn.felord.payment.wechat.v3.model中的类">RefundParams</a>&nbsp;refundParams)</code>
<div class="block">申请退款API</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.cn.felord.payment.wechat.v3.AbstractApi">
<!-- -->
</a>
<h3>从类继承的方法&nbsp;cn.felord.payment.wechat.v3.<a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html" title="cn.felord.payment.wechat.v3中的类">AbstractApi</a></h3>
<code><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#client--">client</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#container--">container</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#Get-java.net.URI-">Get</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#getMapper--">getMapper</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#Post-java.net.URI-java.lang.Object-">Post</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#tenantId--">tenantId</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#wechatMetaBean--">wechatMetaBean</a></code></li>
<code><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#billDownload-java.lang.String-">billDownload</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#billResource-java.lang.String-">billResource</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#client--">client</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#container--">container</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#downloadFundFlowBill-cn.felord.payment.wechat.v3.model.FundFlowBillParams-">downloadFundFlowBill</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#downloadTradeBill-cn.felord.payment.wechat.v3.model.TradeBillParams-">downloadTradeBill</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#Get-java.net.URI-">Get</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#getMapper--">getMapper</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#Post-java.net.URI-java.lang.Object-">Post</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#tenantId--">tenantId</a>, <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#wechatMetaBean--">wechatMetaBean</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -407,13 +418,49 @@ extends <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html" ti
<a name="closeByOutTradeNoFunction-cn.felord.payment.wechat.enumeration.WechatPayV3Type-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>closeByOutTradeNoFunction</h4>
<pre>private&nbsp;org.springframework.http.RequestEntity&lt;?&gt;&nbsp;closeByOutTradeNoFunction(<a href="../../../../../cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举">WechatPayV3Type</a>&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;outTradeNo)</pre>
</li>
</ul>
<a name="refund-cn.felord.payment.wechat.v3.model.RefundParams-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>refund</h4>
<pre>public&nbsp;<a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;&nbsp;refund(<a href="../../../../../cn/felord/payment/wechat/v3/model/RefundParams.html" title="cn.felord.payment.wechat.v3.model中的类">RefundParams</a>&nbsp;refundParams)</pre>
<div class="block">申请退款API</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>refundParams</code> - the refund params</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>the wechat response entity</dd>
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
<dd>1.0.6.RELEASE</dd>
</dl>
</li>
</ul>
<a name="queryRefundInfo-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>queryRefundInfo</h4>
<pre>public&nbsp;<a href="../../../../../cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a>&lt;com.fasterxml.jackson.databind.node.ObjectNode&gt;&nbsp;queryRefundInfo(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;outRefundNo)</pre>
<div class="block">查询单笔退款API</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>outRefundNo</code> - the out refund no</dd>
<dt><span class="returnLabel">返回:</span></dt>
<dd>the wechat response entity</dd>
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
<dd>1.0.6.RELEASE</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
@@ -437,13 +484,12 @@ extends <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html" ti
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">下一个类</span></a></li>
<li><a href="../../../../../cn/felord/payment/wechat/v3/WechatDiscountCardApi.html" title="cn.felord.payment.wechat.v3中的类"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?cn/felord/payment/wechat/v3/WechatDirectPayApi.html" target="_top">框架</a></li>
@@ -483,6 +529,6 @@ extends <a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html" ti
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2020. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</body>
</html>