mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-21 01:43:42 +08:00
docs: update docs
This commit is contained in:
@@ -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:19 CST 2021 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>WechatPayConfiguration (payment-spring-boot 1.0.0.RELEASE API)</title>
|
||||
<meta name="date" content="2020-12-13">
|
||||
<title>WechatPayConfiguration (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,7 +13,7 @@
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="WechatPayConfiguration (payment-spring-boot 1.0.0.RELEASE API)";
|
||||
parent.document.title="WechatPayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
@@ -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>上一个类</li>
|
||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cn/felord/payment/wechat/WechatPayConfiguration.html" target="_top">框架</a></li>
|
||||
@@ -110,7 +109,8 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>@Configuration
|
||||
<pre>@Configuration(proxyBeanMethods=false)
|
||||
@Conditional(value=<a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类">WechatPayConfiguredCondition.class</a>)
|
||||
@EnableConfigurationProperties(value=<a href="../../../../cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.class</a>)
|
||||
public class <span class="typeNameLabel">WechatPayConfiguration</span>
|
||||
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></pre>
|
||||
@@ -354,13 +354,12 @@ public <a href="../../../../cn/felord/payment/wechat/v3/WechatApiProvider.h
|
||||
<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>上一个类</li>
|
||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cn/felord/payment/wechat/WechatPayConfiguration.html" target="_top">框架</a></li>
|
||||
@@ -400,6 +399,6 @@ public <a href="../../../../cn/felord/payment/wechat/v3/WechatApiProvider.h
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user