mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-04-05 21:37:34 +00:00
Compare commits
125 Commits
1.0.5.RELE
...
1.0.12.REL
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dd7c67f9a | ||
|
|
fa337b2997 | ||
|
|
f0d69600f7 | ||
|
|
eb8c68b084 | ||
|
|
b8ea383460 | ||
|
|
61e98ffbe9 | ||
|
|
a5596e17bb | ||
|
|
194937025f | ||
|
|
90233b8e32 | ||
|
|
7459039cfd | ||
|
|
9eb58860f1 | ||
|
|
e38167e748 | ||
|
|
5a3f258390 | ||
|
|
ddf9a449d1 | ||
|
|
21ba6feee0 | ||
|
|
554a93d41a | ||
|
|
c1d2cfce13 | ||
|
|
ee8d7d0d92 | ||
|
|
60fe80e615 | ||
|
|
53a34e6a71 | ||
|
|
398df66ec5 | ||
|
|
e387e91e38 | ||
|
|
10a91c51be | ||
|
|
453844bd9a | ||
|
|
3871e05ea7 | ||
|
|
16440d01cf | ||
|
|
91dc8e8f8a | ||
|
|
8cd3f63d68 | ||
|
|
a46590d0a9 | ||
|
|
0c230547a9 | ||
|
|
591eec7f65 | ||
|
|
ed190cc875 | ||
|
|
82941dffcb | ||
|
|
9d01a0fa3a | ||
|
|
78cbce016d | ||
|
|
7470787441 | ||
|
|
65cfbaf3b2 | ||
|
|
3be70e7d61 | ||
|
|
5646bab7e6 | ||
|
|
40ffb286d3 | ||
|
|
5047be7fd0 | ||
|
|
285356600a | ||
|
|
277a1223c5 | ||
|
|
6086dd5101 | ||
|
|
c9ed68fa80 | ||
|
|
e9307bf490 | ||
|
|
b4f8aa48b1 | ||
|
|
0bfa439c4e | ||
|
|
ee5522e980 | ||
|
|
53e6016c4c | ||
|
|
538e11dabe | ||
|
|
ae618da2d3 | ||
|
|
9dfdb2b295 | ||
|
|
d95f38fb0a | ||
|
|
00dc8da556 | ||
|
|
f1c9a873b5 | ||
|
|
65b3035c55 | ||
|
|
d1f3de7906 | ||
|
|
ef172471c5 | ||
|
|
f62e8eb921 | ||
|
|
291e73b34c | ||
|
|
39ec2ef4f5 | ||
|
|
71d0342eee | ||
|
|
7ed3582c12 | ||
|
|
adfb37a71a | ||
|
|
7ffcc47255 | ||
|
|
237851c7c5 | ||
|
|
8914d7272d | ||
|
|
cea3395aed | ||
|
|
77d80588fb | ||
|
|
f0c0b64a93 | ||
|
|
02ce523cde | ||
|
|
01b9fc3aa0 | ||
|
|
73b19fcc0a | ||
|
|
aae5096349 | ||
|
|
ace5a900d2 | ||
|
|
24f748a197 | ||
|
|
9880a1e561 | ||
|
|
0f8aa8f2d0 | ||
|
|
7eac8dcdc4 | ||
|
|
7c95c8ec7c | ||
|
|
34b65b6417 | ||
|
|
03fba59c49 | ||
|
|
54a0822c73 | ||
|
|
8d130e5df1 | ||
|
|
82bcc11dad | ||
|
|
e0eacd523e | ||
|
|
911f986d80 | ||
|
|
d1068c1fb6 | ||
|
|
b913698884 | ||
|
|
34e5443e88 | ||
|
|
f4dc70e828 | ||
|
|
39716c30e4 | ||
|
|
ab13d90b9b | ||
|
|
4f71f419a7 | ||
|
|
ec77604b99 | ||
|
|
ff5911205b | ||
|
|
22d83edb89 | ||
|
|
64d8294758 | ||
|
|
cecee81b08 | ||
|
|
6276b24c9f | ||
|
|
282a60e3bb | ||
|
|
2e143302e8 | ||
|
|
9fba48d52d | ||
|
|
2489edbd6c | ||
|
|
e3b386e4c6 | ||
|
|
095fff5c69 | ||
|
|
467f4d74ae | ||
|
|
ff1e0fd473 | ||
|
|
dd4a8ed565 | ||
|
|
ffd18a7496 | ||
|
|
92104e67ec | ||
|
|
3000c9cfac | ||
|
|
3329aa656c | ||
|
|
b4c3525246 | ||
|
|
d65fd0a243 | ||
|
|
977a6b33a4 | ||
|
|
043ccfd08f | ||
|
|
d177bee2d3 | ||
|
|
cc968d5be2 | ||
|
|
1931a3adfe | ||
|
|
581851e672 | ||
|
|
2bbe9a80cd | ||
|
|
75584f374f | ||
|
|
0bb56bc874 |
35
.github/workflows/main.yml
vendored
Normal file
35
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# 相当于脚本用途的一个声明
|
||||||
|
name: Maven Central Repo Deployment
|
||||||
|
# 触发脚本的事件 这里为发布release之后触发
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
# 定义一个发行任务
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
# 任务运行的环境
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
# 任务的步骤
|
||||||
|
steps:
|
||||||
|
# 1. 声明 checkout 仓库代码到工作区
|
||||||
|
- name: Checkout Git Repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
# 2. 安装Java 环境 这里会用到的参数就是 Git Action secrets中配置的,
|
||||||
|
# 取值要在key前面加 secrets.
|
||||||
|
- name: Set up Maven Central Repo
|
||||||
|
uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: 1.8
|
||||||
|
server-id: sonatype-nexus-staging
|
||||||
|
server-username: ${{ secrets.OSSRH_USER }}
|
||||||
|
server-password: ${{ secrets.OSSRH_PASSWORD }}
|
||||||
|
gpg-passphrase: ${{ secrets.GPG_PASSWORD }}
|
||||||
|
# 3. 发布到Maven中央仓库
|
||||||
|
- name: Publish to Maven Central Repo
|
||||||
|
# 这里用到了其他人写的action脚本,详细可以去看他的文档。
|
||||||
|
uses: samuelmeuli/action-maven-publish@v1
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.GPG_SECRET }}
|
||||||
|
gpg_passphrase: ${{ secrets.GPG_PASSWORD }}
|
||||||
|
nexus_username: ${{ secrets.OSSRH_USER }}
|
||||||
|
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.felord</groupId>
|
<groupId>cn.felord</groupId>
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.5.RELEASE</version>
|
<version>1.0.12.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -24,7 +24,9 @@
|
|||||||
- 实现微信支付V3 微信支付分
|
- 实现微信支付V3 微信支付分
|
||||||
- 实现微信支付V3 先享卡
|
- 实现微信支付V3 先享卡
|
||||||
- 实现微信支付V3 商家券
|
- 实现微信支付V3 商家券
|
||||||
|
- 实现微信支付V3 批量转账到零钱
|
||||||
|
|
||||||
|
更多参考[changelog](https://notfound403.github.io/payment-spring-boot/#/changelog)
|
||||||
|
|
||||||
## 核心API结构
|
## 核心API结构
|
||||||

|

|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
- 实现微信支付V3 微信支付分
|
- 实现微信支付V3 微信支付分
|
||||||
- 实现微信支付V3 先享卡
|
- 实现微信支付V3 先享卡
|
||||||
- 实现微信支付V3 商家券
|
- 实现微信支付V3 商家券
|
||||||
|
- 实现微信支付V3 批量转账到零钱
|
||||||
|
|
||||||
## Maven 中央仓库坐标
|
## Maven 中央仓库坐标
|
||||||
> 推荐使用最新版本
|
> 推荐使用最新版本
|
||||||
@@ -34,7 +35,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.felord</groupId>
|
<groupId>cn.felord</groupId>
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.5.RELEASE</version>
|
<version>1.0.12.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
## 采用技术
|
## 采用技术
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>所有类 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>所有类 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="script.js"></script>
|
<script type="text/javascript" src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -18,9 +18,32 @@
|
|||||||
<li><a href="cn/felord/payment/alipay/AliPayProperties.html" title="cn.felord.payment.alipay中的类" target="classFrame">AliPayProperties</a></li>
|
<li><a href="cn/felord/payment/alipay/AliPayProperties.html" title="cn.felord.payment.alipay中的类" target="classFrame">AliPayProperties</a></li>
|
||||||
<li><a href="cn/felord/payment/alipay/AliPayProperties.V1.html" title="cn.felord.payment.alipay中的类" target="classFrame">AliPayProperties.V1</a></li>
|
<li><a href="cn/felord/payment/alipay/AliPayProperties.V1.html" title="cn.felord.payment.alipay中的类" target="classFrame">AliPayProperties.V1</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Amount.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Amount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Amount.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Amount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/AvailableDayTimeItem.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">AvailableDayTimeItem</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/AvailableWeek.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">AvailableWeek</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">BankCode</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">BankCode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/BaseModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">BaseModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiCouponCodeUploadParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiCouponCodeUploadParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorAssociateInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorAssociateInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorBudgetParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorBudgetParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCallbackSettingParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorCallbackSettingParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">BusiFavorCodeDisplayMode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCreateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorCreateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCreateParams.CouponCodeMode.html" title="cn.felord.payment.wechat.v3.model.busifavor中的枚举" target="classFrame">BusiFavorCreateParams.CouponCodeMode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorDeactivateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorDeactivateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorNotifyConfig.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorNotifyConfig</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorReceiveConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.AttachInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorReceiveConsumeData.AttachInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.SendChannel.html" title="cn.felord.payment.wechat.v3.model.busifavor中的枚举" target="classFrame">BusiFavorReceiveConsumeData.SendChannel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorRefundParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorRefundParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorUpdateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateCouponUseRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorUpdateParams.UpdateCouponUseRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateCustomEntrance.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorUpdateParams.UpdateCustomEntrance</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateStockSendRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorUpdateParams.UpdateStockSendRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">BusiFavorUseMethod</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUseParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">BusiFavorUseParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CallbackParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CallbackParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.Resource.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CallbackParams.Resource</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.Resource.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CallbackParams.Resource</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CancelServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">CancelServiceOrderParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineAmount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineAmount</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineCloseParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineCloseParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.ClosingSubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineCloseParams.ClosingSubOrder</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.ClosingSubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineCloseParams.ClosingSubOrder</a></li>
|
||||||
@@ -29,48 +52,128 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayerInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombinePayerInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayerInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombinePayerInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombinePayParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombinePayParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineSceneInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineSceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineSceneInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineSceneInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CombineTransactionConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineTransactionConsumeData</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.CombineAmount.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CombineTransactionConsumeData.CombineAmount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineTransactionConsumeData.CombineAmount</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.SubOrderCallback.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CombineTransactionConsumeData.SubOrderCallback</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.SubOrderCallback.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">CombineTransactionConsumeData.SubOrderCallback</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CompleteServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">CompleteServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CompleteServiceOrderParams.CompleteLocation.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">CompleteServiceOrderParams.CompleteLocation</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/ConsumeInformation.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">ConsumeInformation</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/ConsumeInformation.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">ConsumeInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">ContractStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">CountType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">CouponAvailableTime</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponAvailableTime</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponAvailableTime</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">CouponBgColor</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">CouponBgColor</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.CouponType.html" title="cn.felord.payment.wechat.v3.model中的枚举" target="classFrame">CouponConsumeData.CouponType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponDetailsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponDetailsQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponDetailsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponDetailsQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponsCardSendParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponsCardSendParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">CouponStatus</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">CouponStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">CouponUseRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponUseRule</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponUseRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.CouponTradeType.html" title="cn.felord.payment.wechat.v3.model中的枚举" target="classFrame">CouponUseRule.CouponTradeType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.LimitCard.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">CouponUseRule.LimitCard</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/CreateBatchTransferParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类" target="classFrame">CreateBatchTransferParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/CreateBatchTransferParams.TransferDetailListItem.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类" target="classFrame">CreateBatchTransferParams.TransferDetailListItem</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CustomEntrance.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">CustomEntrance</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Detail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Detail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Detail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Detail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">DetailStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/DirectCompleteServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">DirectCompleteServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAcceptedConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.Objective.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAcceptedConsumeData.Objective</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.Reward.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAcceptedConsumeData.Reward</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.TimeRange.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAcceptedConsumeData.TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAgreementEndConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.Objective.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAgreementEndConsumeData.Objective</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.Reward.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAgreementEndConsumeData.Reward</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.TimeRange.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardAgreementEndConsumeData.TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardConsumer.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardConsumer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardPreRequestParams.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardPreRequestParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardUserPaidConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.PayInformation.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">DiscountCardUserPaidConsumeData.PayInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.PayState.html" title="cn.felord.payment.wechat.v3.model.discountcard中的枚举" target="classFrame">DiscountCardUserPaidConsumeData.PayState</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/DiscountCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">DiscountCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/DiscountTo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">DiscountTo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/DiscountTo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">DiscountTo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/DisplayPatternInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">DisplayPatternInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/autoconfigure/EnableMobilePay.html" title="cn.felord.payment.autoconfigure中的注释" target="classFrame">EnableMobilePay</a></li>
|
<li><a href="cn/felord/payment/autoconfigure/EnableMobilePay.html" title="cn.felord.payment.autoconfigure中的注释" target="classFrame">EnableMobilePay</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/ExchangeCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">ExchangeCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">ExtensionFormHttpMessageConverter</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">ExtensionFormHttpMessageConverter</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/FixAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">FixAvailableTime</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/FixAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">FixAvailableTime</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">FixedNormalCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">FixedNormalCoupon</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">FixedNormalCoupon</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">FundFlowAccountType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/FundFlowBillParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">FundFlowBillParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Goods.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Goods</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Goods.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Goods</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">GoodsDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">GoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/GroupRedpackModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">GroupRedpackModel</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">H5Info</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">H5Info</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.H5SceneType.html" title="cn.felord.payment.wechat.v3.model中的枚举" target="classFrame">H5Info.H5SceneType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/IrregularyAvaliableTimeItem.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">IrregularyAvaliableTimeItem</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/KeyPairFactory.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">KeyPairFactory</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/KeyPairFactory.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">KeyPairFactory</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/Location.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">Location</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/MchQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">MchQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/MchQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">MchQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/MiniProgramsInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">MiniProgramsInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/ModifyServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">ModifyServiceOrderParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/NormalCouponInformation.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">NormalCouponInformation</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/NormalCouponInformation.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">NormalCouponInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/ObjectiveCompletionRecord.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">ObjectiveCompletionRecord</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PatternInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PatternInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PatternInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PatternInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/autoconfigure/PayConfiguration.html" title="cn.felord.payment.autoconfigure中的类" target="classFrame">PayConfiguration</a></li>
|
<li><a href="cn/felord/payment/autoconfigure/PayConfiguration.html" title="cn.felord.payment.autoconfigure中的类" target="classFrame">PayConfiguration</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Payer.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Payer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Payer.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">Payer</a></li>
|
||||||
<li><a href="cn/felord/payment/PayException.html" title="cn.felord.payment中的类" target="classFrame">PayException</a></li>
|
<li><a href="cn/felord/payment/PayException.html" title="cn.felord.payment中的类" target="classFrame">PayException</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PaymentCollection.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PaymentCollection</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PaymentCollection.Detail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PaymentCollection.Detail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PayParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PayParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PayParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PayParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreConsumer.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PayScoreConsumer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserConfirmConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PayScoreUserConfirmConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserPaidConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PayScoreUserPaidConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserPermissionConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PayScoreUserPermissionConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PayServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PermissionsAuthCodeParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PermissionsAuthCodeParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PermissionsOpenIdParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PermissionsOpenIdParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PostDiscount.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PostDiscount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PostPayment.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PostPayment</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PromotionDetail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PromotionDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PromotionDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">PromotionDetail.GoodsDetail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PromotionDetail.GoodsDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">PromotionDetail.GoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/QueryBatchTransferDetailParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类" target="classFrame">QueryBatchTransferDetailParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/QueryBatchTransferParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类" target="classFrame">QueryBatchTransferParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/QueryServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">QueryServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RedpackInfoModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">RedpackInfoModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RedpackModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">RedpackModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">RefundConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundConsumeData.Amount.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">RefundConsumeData.Amount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundGoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">RefundGoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RefundModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">RefundModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">RefundParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundParams.RefundAmount.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">RefundParams.RefundAmount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RefundQueryModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">RefundQueryModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">RefundStatus</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/ResponseSignVerifyParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">ResponseSignVerifyParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/ResponseSignVerifyParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">ResponseSignVerifyParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/RewardUsageRecord.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">RewardUsageRecord</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/RiskFund.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">RiskFund</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/RiskFund.Type.html" title="cn.felord.payment.wechat.v3.model.payscore中的枚举" target="classFrame">RiskFund.Type</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SceneInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/ServiceOrderPermissionParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">ServiceOrderPermissionParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SettleInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SettleInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SettleInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SettleInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/SignatureProvider.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">SignatureProvider</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/SignatureProvider.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">SignatureProvider</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SingleitemDiscountOff.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SingleitemDiscountOff</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SingleitemDiscountOff.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">SingleitemDiscountOff</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksCreateParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksCreateParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksCreateParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksCreateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/StockSendRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">StockSendRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksSendParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksSendParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksSendParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StocksSendParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">StockStatus</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">StockStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/StockType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">StockType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StockUseRule.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StockUseRule</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StockUseRule.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StockUseRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StoreInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StoreInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StoreInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">StoreInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/StrategyType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">StrategyType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/SubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">SubOrder</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/SubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类" target="classFrame">SubOrder</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/SyncServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">SyncServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/SyncServiceOrderParams.SyncDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">SyncServiceOrderParams.SyncDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/TarType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TarType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/TimeRange.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/TradeBillParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TradeBillParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeBillType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TradeBillType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TradeState</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TradeState</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/TradeType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TradeType</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeType.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">TradeType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData</a></li>
|
||||||
@@ -78,11 +181,22 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.Payer.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData.Payer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.Payer.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData.Payer</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData.SceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionConsumeData.SceneInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">TransactionQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/TransferInfoModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">TransferInfoModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/TransferModel.html" title="cn.felord.payment.wechat.v2.model中的类" target="classFrame">TransferModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/UnfinishedReason.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">UnfinishedReason</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/UserBusiCouponQueryParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">UserBusiCouponQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/UserBusiFavorQueryParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类" target="classFrame">UserBusiFavorQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">UserCouponsQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类" target="classFrame">UserCouponsQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.Status.html" title="cn.felord.payment.wechat.v3.model中的枚举" target="classFrame">UserCouponsQueryParams.Status</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.Status.html" title="cn.felord.payment.wechat.v3.model中的枚举" target="classFrame">UserCouponsQueryParams.Status</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/UserRecordsParams.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类" target="classFrame">UserRecordsParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/UserServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">UserServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/UserServiceStateParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类" target="classFrame">UserServiceStateParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatApiProvider.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatApiProvider</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatApiProvider.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatApiProvider</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatBatchTransferApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatBatchTransferApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatCombinePayApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatCombinePayApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatDirectPayApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatDirectPayApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatDirectPayApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatDirectPayApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatDiscountCardApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatDiscountCardApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingBusiFavorApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMarketingBusiFavorApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMarketingFavorApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMarketingFavorApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMetaBean.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMetaBean</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMetaBean.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMetaBean</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMetaContainer.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMetaContainer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMetaContainer.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatMetaContainer</a></li>
|
||||||
@@ -91,13 +205,19 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatPayClient</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatPayClient</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.Executor.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatPayClient.Executor</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.Executor.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatPayClient.Executor</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayConfiguration</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayConfiguration</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayConfiguredCondition</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayProperties</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayProperties</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayProperties.V3</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayProperties.V3</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayRedpackApi.html" title="cn.felord.payment.wechat.v2中的类" target="classFrame">WechatPayRedpackApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayRefundApi.html" title="cn.felord.payment.wechat.v2中的类" target="classFrame">WechatPayRefundApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayResponseErrorHandler.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayResponseErrorHandler</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayResponseErrorHandler.html" title="cn.felord.payment.wechat中的类" target="classFrame">WechatPayResponseErrorHandler</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayScoreApi.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatPayScoreApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayTransfersApi.html" title="cn.felord.payment.wechat.v2中的类" target="classFrame">WechatPayTransfersApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">WechatPayV3Type</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">WechatPayV3Type</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatRequestEntity.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatRequestEntity</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatRequestEntity.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatRequestEntity</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatResponseEntity</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类" target="classFrame">WechatResponseEntity</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/WeChatServer.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">WeChatServer</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/WeChatServer.html" title="cn.felord.payment.wechat.enumeration中的枚举" target="classFrame">WeChatServer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatV2Client.html" title="cn.felord.payment.wechat.v2中的类" target="classFrame">WechatV2Client</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>所有类 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>所有类 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="script.js"></script>
|
<script type="text/javascript" src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -18,9 +18,32 @@
|
|||||||
<li><a href="cn/felord/payment/alipay/AliPayProperties.html" title="cn.felord.payment.alipay中的类">AliPayProperties</a></li>
|
<li><a href="cn/felord/payment/alipay/AliPayProperties.html" title="cn.felord.payment.alipay中的类">AliPayProperties</a></li>
|
||||||
<li><a href="cn/felord/payment/alipay/AliPayProperties.V1.html" title="cn.felord.payment.alipay中的类">AliPayProperties.V1</a></li>
|
<li><a href="cn/felord/payment/alipay/AliPayProperties.V1.html" title="cn.felord.payment.alipay中的类">AliPayProperties.V1</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Amount.html" title="cn.felord.payment.wechat.v3.model中的类">Amount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Amount.html" title="cn.felord.payment.wechat.v3.model中的类">Amount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/AvailableDayTimeItem.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">AvailableDayTimeItem</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/AvailableWeek.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">AvailableWeek</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BankCode</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BankCode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/BaseModel.html" title="cn.felord.payment.wechat.v2.model中的类">BaseModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiCouponCodeUploadParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiCouponCodeUploadParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorAssociateInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorAssociateInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorBudgetParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorBudgetParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCallbackSettingParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorCallbackSettingParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCreateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorCreateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorCreateParams.CouponCodeMode.html" title="cn.felord.payment.wechat.v3.model.busifavor中的枚举">BusiFavorCreateParams.CouponCodeMode</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorDeactivateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorDeactivateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorNotifyConfig.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorNotifyConfig</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorReceiveConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.AttachInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorReceiveConsumeData.AttachInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorReceiveConsumeData.SendChannel.html" title="cn.felord.payment.wechat.v3.model.busifavor中的枚举">BusiFavorReceiveConsumeData.SendChannel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorRefundParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorRefundParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorUpdateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateCouponUseRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorUpdateParams.UpdateCouponUseRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateCustomEntrance.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorUpdateParams.UpdateCustomEntrance</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUpdateParams.UpdateStockSendRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorUpdateParams.UpdateStockSendRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/BusiFavorUseParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">BusiFavorUseParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.html" title="cn.felord.payment.wechat.v3.model中的类">CallbackParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.html" title="cn.felord.payment.wechat.v3.model中的类">CallbackParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.Resource.html" title="cn.felord.payment.wechat.v3.model中的类">CallbackParams.Resource</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CallbackParams.Resource.html" title="cn.felord.payment.wechat.v3.model中的类">CallbackParams.Resource</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CancelServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">CancelServiceOrderParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineAmount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineAmount</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineCloseParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineCloseParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.ClosingSubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineCloseParams.ClosingSubOrder</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineCloseParams.ClosingSubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineCloseParams.ClosingSubOrder</a></li>
|
||||||
@@ -29,48 +52,128 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayerInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombinePayerInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayerInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombinePayerInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombinePayParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombinePayParams.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombinePayParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineSceneInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineSceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineSceneInfo.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineSceneInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">CombineTransactionConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineTransactionConsumeData</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.CombineAmount.html" title="cn.felord.payment.wechat.v3.model中的类">CombineTransactionConsumeData.CombineAmount</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.CombineAmount.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineTransactionConsumeData.CombineAmount</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CombineTransactionConsumeData.SubOrderCallback.html" title="cn.felord.payment.wechat.v3.model中的类">CombineTransactionConsumeData.SubOrderCallback</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/CombineTransactionConsumeData.SubOrderCallback.html" title="cn.felord.payment.wechat.v3.model.combine中的类">CombineTransactionConsumeData.SubOrderCallback</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CompleteServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">CompleteServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/CompleteServiceOrderParams.CompleteLocation.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">CompleteServiceOrderParams.CompleteLocation</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/ConsumeInformation.html" title="cn.felord.payment.wechat.v3.model中的类">ConsumeInformation</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/ConsumeInformation.html" title="cn.felord.payment.wechat.v3.model中的类">ConsumeInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">CouponAvailableTime</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类">CouponAvailableTime</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类">CouponAvailableTime</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">CouponConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">CouponConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponConsumeData.CouponType.html" title="cn.felord.payment.wechat.v3.model中的枚举">CouponConsumeData.CouponType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponDetailsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">CouponDetailsQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponDetailsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">CouponDetailsQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponsCardSendParams.html" title="cn.felord.payment.wechat.v3.model中的类">CouponsCardSendParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">CouponUseRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model中的类">CouponUseRule</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.html" title="cn.felord.payment.wechat.v3.model中的类">CouponUseRule</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.CouponTradeType.html" title="cn.felord.payment.wechat.v3.model中的枚举">CouponUseRule.CouponTradeType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/CouponUseRule.LimitCard.html" title="cn.felord.payment.wechat.v3.model中的类">CouponUseRule.LimitCard</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/CreateBatchTransferParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类">CreateBatchTransferParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/CreateBatchTransferParams.TransferDetailListItem.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类">CreateBatchTransferParams.TransferDetailListItem</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/CustomEntrance.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">CustomEntrance</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Detail.html" title="cn.felord.payment.wechat.v3.model中的类">Detail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Detail.html" title="cn.felord.payment.wechat.v3.model中的类">Detail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/DirectCompleteServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">DirectCompleteServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAcceptedConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.Objective.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAcceptedConsumeData.Objective</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.Reward.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAcceptedConsumeData.Reward</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAcceptedConsumeData.TimeRange.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAcceptedConsumeData.TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAgreementEndConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.Objective.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAgreementEndConsumeData.Objective</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.Reward.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAgreementEndConsumeData.Reward</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardAgreementEndConsumeData.TimeRange.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardAgreementEndConsumeData.TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardConsumer.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardConsumer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardPreRequestParams.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardPreRequestParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardUserPaidConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.PayInformation.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">DiscountCardUserPaidConsumeData.PayInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/DiscountCardUserPaidConsumeData.PayState.html" title="cn.felord.payment.wechat.v3.model.discountcard中的枚举">DiscountCardUserPaidConsumeData.PayState</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/DiscountCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">DiscountCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/DiscountTo.html" title="cn.felord.payment.wechat.v3.model中的类">DiscountTo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/DiscountTo.html" title="cn.felord.payment.wechat.v3.model中的类">DiscountTo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/DisplayPatternInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">DisplayPatternInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/autoconfigure/EnableMobilePay.html" title="cn.felord.payment.autoconfigure中的注释">EnableMobilePay</a></li>
|
<li><a href="cn/felord/payment/autoconfigure/EnableMobilePay.html" title="cn.felord.payment.autoconfigure中的注释">EnableMobilePay</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/ExchangeCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">ExchangeCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.html" title="cn.felord.payment.wechat.v3中的类">ExtensionFormHttpMessageConverter</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.html" title="cn.felord.payment.wechat.v3中的类">ExtensionFormHttpMessageConverter</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage.html" title="cn.felord.payment.wechat.v3中的类">ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage.html" title="cn.felord.payment.wechat.v3中的类">ExtensionFormHttpMessageConverter.MultipartHttpOutputMessage</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/FixAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类">FixAvailableTime</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/FixAvailableTime.html" title="cn.felord.payment.wechat.v3.model中的类">FixAvailableTime</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">FixedNormalCoupon</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model中的类">FixedNormalCoupon</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/FixedNormalCoupon.html" title="cn.felord.payment.wechat.v3.model中的类">FixedNormalCoupon</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/FundFlowBillParams.html" title="cn.felord.payment.wechat.v3.model中的类">FundFlowBillParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Goods.html" title="cn.felord.payment.wechat.v3.model中的类">Goods</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Goods.html" title="cn.felord.payment.wechat.v3.model中的类">Goods</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类">GoodsDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类">GoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/GroupRedpackModel.html" title="cn.felord.payment.wechat.v2.model中的类">GroupRedpackModel</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.html" title="cn.felord.payment.wechat.v3.model中的类">H5Info</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.html" title="cn.felord.payment.wechat.v3.model中的类">H5Info</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/H5Info.H5SceneType.html" title="cn.felord.payment.wechat.v3.model中的枚举">H5Info.H5SceneType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/IrregularyAvaliableTimeItem.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">IrregularyAvaliableTimeItem</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/KeyPairFactory.html" title="cn.felord.payment.wechat.v3中的类">KeyPairFactory</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/KeyPairFactory.html" title="cn.felord.payment.wechat.v3中的类">KeyPairFactory</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/Location.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">Location</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/MchQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">MchQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/MchQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">MchQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/MiniProgramsInfo.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">MiniProgramsInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/ModifyServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">ModifyServiceOrderParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/NormalCouponInformation.html" title="cn.felord.payment.wechat.v3.model中的类">NormalCouponInformation</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/NormalCouponInformation.html" title="cn.felord.payment.wechat.v3.model中的类">NormalCouponInformation</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/ObjectiveCompletionRecord.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">ObjectiveCompletionRecord</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PatternInfo.html" title="cn.felord.payment.wechat.v3.model中的类">PatternInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PatternInfo.html" title="cn.felord.payment.wechat.v3.model中的类">PatternInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/autoconfigure/PayConfiguration.html" title="cn.felord.payment.autoconfigure中的类">PayConfiguration</a></li>
|
<li><a href="cn/felord/payment/autoconfigure/PayConfiguration.html" title="cn.felord.payment.autoconfigure中的类">PayConfiguration</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/Payer.html" title="cn.felord.payment.wechat.v3.model中的类">Payer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/Payer.html" title="cn.felord.payment.wechat.v3.model中的类">Payer</a></li>
|
||||||
<li><a href="cn/felord/payment/PayException.html" title="cn.felord.payment中的类">PayException</a></li>
|
<li><a href="cn/felord/payment/PayException.html" title="cn.felord.payment中的类">PayException</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PaymentCollection.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PaymentCollection</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PaymentCollection.Detail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PaymentCollection.Detail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PayParams.html" title="cn.felord.payment.wechat.v3.model中的类">PayParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PayParams.html" title="cn.felord.payment.wechat.v3.model中的类">PayParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreConsumer.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PayScoreConsumer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserConfirmConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PayScoreUserConfirmConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserPaidConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PayScoreUserPaidConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayScoreUserPermissionConsumeData.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PayScoreUserPermissionConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PayServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PayServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PermissionsAuthCodeParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PermissionsAuthCodeParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PermissionsOpenIdParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PermissionsOpenIdParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PostDiscount.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PostDiscount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PostPayment.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PostPayment</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PromotionDetail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model中的类">PromotionDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.html" title="cn.felord.payment.wechat.v3.model中的类">PromotionDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">PromotionDetail.GoodsDetail</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类">PromotionDetail.GoodsDetail</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/PromotionDetail.GoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类">PromotionDetail.GoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/QueryBatchTransferDetailParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类">QueryBatchTransferDetailParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/batchtransfer/QueryBatchTransferParams.html" title="cn.felord.payment.wechat.v3.model.batchtransfer中的类">QueryBatchTransferParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/QueryServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">QueryServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RedpackInfoModel.html" title="cn.felord.payment.wechat.v2.model中的类">RedpackInfoModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RedpackModel.html" title="cn.felord.payment.wechat.v2.model中的类">RedpackModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">RefundConsumeData</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundConsumeData.Amount.html" title="cn.felord.payment.wechat.v3.model中的类">RefundConsumeData.Amount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundGoodsDetail.html" title="cn.felord.payment.wechat.v3.model中的类">RefundGoodsDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RefundModel.html" title="cn.felord.payment.wechat.v2.model中的类">RefundModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundParams.html" title="cn.felord.payment.wechat.v3.model中的类">RefundParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/RefundParams.RefundAmount.html" title="cn.felord.payment.wechat.v3.model中的类">RefundParams.RefundAmount</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/RefundQueryModel.html" title="cn.felord.payment.wechat.v2.model中的类">RefundQueryModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/ResponseSignVerifyParams.html" title="cn.felord.payment.wechat.v3.model中的类">ResponseSignVerifyParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/ResponseSignVerifyParams.html" title="cn.felord.payment.wechat.v3.model中的类">ResponseSignVerifyParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/RewardUsageRecord.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">RewardUsageRecord</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/RiskFund.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">RiskFund</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/RiskFund.Type.html" title="cn.felord.payment.wechat.v3.model.payscore中的枚举">RiskFund.Type</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类">SceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类">SceneInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/ServiceOrderPermissionParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">ServiceOrderPermissionParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SettleInfo.html" title="cn.felord.payment.wechat.v3.model中的类">SettleInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SettleInfo.html" title="cn.felord.payment.wechat.v3.model中的类">SettleInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/SignatureProvider.html" title="cn.felord.payment.wechat.v3中的类">SignatureProvider</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/SignatureProvider.html" title="cn.felord.payment.wechat.v3中的类">SignatureProvider</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/SingleitemDiscountOff.html" title="cn.felord.payment.wechat.v3.model中的类">SingleitemDiscountOff</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/SingleitemDiscountOff.html" title="cn.felord.payment.wechat.v3.model中的类">SingleitemDiscountOff</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksCreateParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksCreateParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksCreateParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksCreateParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/StockSendRule.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">StockSendRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StocksSendParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksSendParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StocksSendParams.html" title="cn.felord.payment.wechat.v3.model中的类">StocksSendParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/StockType.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StockUseRule.html" title="cn.felord.payment.wechat.v3.model中的类">StockUseRule</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StockUseRule.html" title="cn.felord.payment.wechat.v3.model中的类">StockUseRule</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/StoreInfo.html" title="cn.felord.payment.wechat.v3.model中的类">StoreInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/StoreInfo.html" title="cn.felord.payment.wechat.v3.model中的类">StoreInfo</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/StrategyType.html" title="cn.felord.payment.wechat.enumeration中的枚举">StrategyType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/combine/SubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类">SubOrder</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/combine/SubOrder.html" title="cn.felord.payment.wechat.v3.model.combine中的类">SubOrder</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/SyncServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">SyncServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/SyncServiceOrderParams.SyncDetail.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">SyncServiceOrderParams.SyncDetail</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/TarType.html" title="cn.felord.payment.wechat.enumeration中的枚举">TarType</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/TimeRange.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">TimeRange</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/TradeBillParams.html" title="cn.felord.payment.wechat.v3.model中的类">TradeBillParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeBillType.html" title="cn.felord.payment.wechat.enumeration中的枚举">TradeBillType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举">TradeState</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举">TradeState</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/TradeType.html" title="cn.felord.payment.wechat.enumeration中的枚举">TradeType</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/TradeType.html" title="cn.felord.payment.wechat.enumeration中的枚举">TradeType</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData</a></li>
|
||||||
@@ -78,11 +181,22 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.Payer.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData.Payer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.Payer.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData.Payer</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData.SceneInfo</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionConsumeData.SceneInfo.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionConsumeData.SceneInfo</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/TransactionQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">TransactionQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/TransferInfoModel.html" title="cn.felord.payment.wechat.v2.model中的类">TransferInfoModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/model/TransferModel.html" title="cn.felord.payment.wechat.v2.model中的类">TransferModel</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/enumeration/UnfinishedReason.html" title="cn.felord.payment.wechat.enumeration中的枚举">UnfinishedReason</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/UserBusiCouponQueryParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">UserBusiCouponQueryParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/busifavor/UserBusiFavorQueryParams.html" title="cn.felord.payment.wechat.v3.model.busifavor中的类">UserBusiFavorQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">UserCouponsQueryParams</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.html" title="cn.felord.payment.wechat.v3.model中的类">UserCouponsQueryParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.Status.html" title="cn.felord.payment.wechat.v3.model中的枚举">UserCouponsQueryParams.Status</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/model/UserCouponsQueryParams.Status.html" title="cn.felord.payment.wechat.v3.model中的枚举">UserCouponsQueryParams.Status</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/discountcard/UserRecordsParams.html" title="cn.felord.payment.wechat.v3.model.discountcard中的类">UserRecordsParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/UserServiceOrderParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">UserServiceOrderParams</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/model/payscore/UserServiceStateParams.html" title="cn.felord.payment.wechat.v3.model.payscore中的类">UserServiceStateParams</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatApiProvider.html" title="cn.felord.payment.wechat.v3中的类">WechatApiProvider</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatApiProvider.html" title="cn.felord.payment.wechat.v3中的类">WechatApiProvider</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatBatchTransferApi.html" title="cn.felord.payment.wechat.v3中的类">WechatBatchTransferApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类">WechatCombinePayApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatCombinePayApi.html" title="cn.felord.payment.wechat.v3中的类">WechatCombinePayApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatDirectPayApi.html" title="cn.felord.payment.wechat.v3中的类">WechatDirectPayApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatDirectPayApi.html" title="cn.felord.payment.wechat.v3中的类">WechatDirectPayApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatDiscountCardApi.html" title="cn.felord.payment.wechat.v3中的类">WechatDiscountCardApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingBusiFavorApi.html" title="cn.felord.payment.wechat.v3中的类">WechatMarketingBusiFavorApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类">WechatMarketingFavorApi</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMarketingFavorApi.html" title="cn.felord.payment.wechat.v3中的类">WechatMarketingFavorApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMetaBean.html" title="cn.felord.payment.wechat.v3中的类">WechatMetaBean</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMetaBean.html" title="cn.felord.payment.wechat.v3中的类">WechatMetaBean</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatMetaContainer.html" title="cn.felord.payment.wechat.v3中的类">WechatMetaContainer</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatMetaContainer.html" title="cn.felord.payment.wechat.v3中的类">WechatMetaContainer</a></li>
|
||||||
@@ -91,13 +205,19 @@
|
|||||||
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.Executor.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient.Executor</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayClient.Executor.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient.Executor</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类">WechatPayConfiguration</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类">WechatPayConfiguration</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类">WechatPayConfiguredCondition</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类">WechatPayProperties</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayProperties.html" title="cn.felord.payment.wechat中的类">WechatPayProperties</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayRedpackApi.html" title="cn.felord.payment.wechat.v2中的类">WechatPayRedpackApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayRefundApi.html" title="cn.felord.payment.wechat.v2中的类">WechatPayRefundApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/WechatPayResponseErrorHandler.html" title="cn.felord.payment.wechat中的类">WechatPayResponseErrorHandler</a></li>
|
<li><a href="cn/felord/payment/wechat/WechatPayResponseErrorHandler.html" title="cn.felord.payment.wechat中的类">WechatPayResponseErrorHandler</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v3/WechatPayScoreApi.html" title="cn.felord.payment.wechat.v3中的类">WechatPayScoreApi</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatPayTransfersApi.html" title="cn.felord.payment.wechat.v2中的类">WechatPayTransfersApi</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举">WechatPayV3Type</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/WechatPayV3Type.html" title="cn.felord.payment.wechat.enumeration中的枚举">WechatPayV3Type</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatRequestEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatRequestEntity</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatRequestEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatRequestEntity</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a></li>
|
<li><a href="cn/felord/payment/wechat/v3/WechatResponseEntity.html" title="cn.felord.payment.wechat.v3中的类">WechatResponseEntity</a></li>
|
||||||
<li><a href="cn/felord/payment/wechat/enumeration/WeChatServer.html" title="cn.felord.payment.wechat.enumeration中的枚举">WeChatServer</a></li>
|
<li><a href="cn/felord/payment/wechat/enumeration/WeChatServer.html" title="cn.felord.payment.wechat.enumeration中的枚举">WeChatServer</a></li>
|
||||||
|
<li><a href="cn/felord/payment/wechat/v2/WechatV2Client.html" title="cn.felord.payment.wechat.v2中的类">WechatV2Client</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>PayException (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>PayException (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../script.js"></script>
|
<script type="text/javascript" src="../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="PayException (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="PayException (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -278,7 +277,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExce
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -324,6 +322,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExce
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>AliPayConfiguration (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>AliPayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="AliPayConfiguration (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="AliPayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -45,7 +45,6 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -264,7 +263,6 @@ public com.alipay.api.AlipayClient alipayClient(<a href="../../../../c
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -310,6 +308,6 @@ public com.alipay.api.AlipayClient alipayClient(<a href="../../../../c
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>AliPayProperties.V1 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>AliPayProperties.V1 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="AliPayProperties.V1 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="AliPayProperties.V1 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -366,7 +365,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -412,6 +410,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>AliPayProperties (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>AliPayProperties (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="AliPayProperties (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="AliPayProperties (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -257,7 +256,6 @@ private <a href="../../../../cn/felord/payment/alipay/AliPayProperties.V1.h
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -303,6 +301,6 @@ private <a href="../../../../cn/felord/payment/alipay/AliPayProperties.V1.h
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.alipay.AliPayConfiguration的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.alipay.AliPayConfiguration的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.alipay.AliPayProperties.V1的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.alipay.AliPayProperties.V1的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayProperties.V1\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayProperties.V1\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -132,7 +131,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -163,6 +161,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.alipay.AliPayProperties的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.alipay.AliPayProperties的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayProperties\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.alipay.AliPayProperties\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -130,7 +129,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -161,6 +159,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.alipay (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.alipay (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.alipay (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.alipay (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment.alipay (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment.alipay (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -120,7 +119,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -151,6 +149,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.alipay 类分层结构 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.alipay 类分层结构 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment.alipay \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment.alipay \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -105,7 +104,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -136,6 +134,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>程序包 cn.felord.payment.alipay的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>程序包 cn.felord.payment.alipay的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment.alipay\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment.alipay\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -130,7 +129,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -161,6 +159,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>EnableMobilePay (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>EnableMobilePay (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="EnableMobilePay (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="EnableMobilePay (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -126,7 +125,6 @@ public @interface <span class="memberNameLabel">EnableMobilePay</span></pre>
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -170,6 +168,6 @@ public @interface <span class="memberNameLabel">EnableMobilePay</span></pre>
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>PayConfiguration (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>PayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="PayConfiguration (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="PayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -196,7 +195,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -242,6 +240,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.autoconfigure.EnableMobilePay的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.autoconfigure.EnableMobilePay的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.autoconfigure.EnableMobilePay\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.autoconfigure.EnableMobilePay\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.autoconfigure.PayConfiguration的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.autoconfigure.PayConfiguration的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.autoconfigure.PayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.autoconfigure.PayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.autoconfigure (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.autoconfigure (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.autoconfigure (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.autoconfigure (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment.autoconfigure (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment.autoconfigure (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -123,7 +122,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -154,6 +152,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment.autoconfigure 类分层结构 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment.autoconfigure 类分层结构 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment.autoconfigure \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment.autoconfigure \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -107,7 +106,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -138,6 +136,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>程序包 cn.felord.payment.autoconfigure的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>程序包 cn.felord.payment.autoconfigure的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment.autoconfigure\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment.autoconfigure\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.PayException的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.PayException的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.PayException\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.PayException\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../script.js"></script>
|
<script type="text/javascript" src="../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../script.js"></script>
|
<script type="text/javascript" src="../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -108,7 +107,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -139,6 +137,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>cn.felord.payment 类分层结构 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>cn.felord.payment 类分层结构 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../script.js"></script>
|
<script type="text/javascript" src="../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="cn.felord.payment \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="cn.felord.payment \u7C7B\u5206\u5C42\u7ED3\u6784 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -115,7 +114,6 @@
|
|||||||
<li class="navBarCell1Rev">树</li>
|
<li class="navBarCell1Rev">树</li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -146,6 +144,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>程序包 cn.felord.payment的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>程序包 cn.felord.payment的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../script.js"></script>
|
<script type="text/javascript" src="../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7A0B\u5E8F\u5305 cn.felord.payment\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../index-all.html">索引</a></li>
|
<li><a href="../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>WechatPayConfiguration (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>WechatPayConfiguration (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
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) {
|
catch(err) {
|
||||||
@@ -45,13 +45,12 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li>上一个类</li>
|
<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>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../index.html?cn/felord/payment/wechat/WechatPayConfiguration.html" target="_top">框架</a></li>
|
<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">
|
<li class="blockList">
|
||||||
<hr>
|
<hr>
|
||||||
<br>
|
<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>)
|
@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>
|
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>
|
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="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li>上一个类</li>
|
<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>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../index.html?cn/felord/payment/wechat/WechatPayConfiguration.html" target="_top">框架</a></li>
|
<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>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,353 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>WechatPayConfiguredCondition (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="WechatPayConfiguredCondition (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":10,"i1":10};
|
||||||
|
var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/WechatPayConfiguredCondition.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.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/WechatPayConfiguredCondition.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="WechatPayConfiguredCondition.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#field.summary">字段</a> | </li>
|
||||||
|
<li><a href="#constructor.summary">构造器</a> | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#field.detail">字段</a> | </li>
|
||||||
|
<li><a href="#constructor.detail">构造器</a> | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat</div>
|
||||||
|
<h2 title="类 WechatPayConfiguredCondition" class="title">类 WechatPayConfiguredCondition</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.springframework.boot.autoconfigure.condition.SpringBootCondition</li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.WechatPayConfiguredCondition</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd>org.springframework.context.annotation.Condition</dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>@Order
|
||||||
|
public class <span class="typeNameLabel">WechatPayConfiguredCondition</span>
|
||||||
|
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition</pre>
|
||||||
|
<div class="block">The type Wechat pay configured condition.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.3.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== FIELD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>字段概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释">
|
||||||
|
<caption><span>字段</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">字段和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>private static org.springframework.boot.context.properties.bind.Bindable<<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>>></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#STRING_WECHAT_V3_MAP">STRING_WECHAT_V3_MAP</a></span></code>
|
||||||
|
<div class="block">The constant STRING_WECHAT_V3_MAP.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>构造器概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="构造器概要表, 列表构造器和解释">
|
||||||
|
<caption><span>构造器</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">构造器和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#WechatPayConfiguredCondition--">WechatPayConfiguredCondition</a></span>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">实例方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>org.springframework.boot.autoconfigure.condition.ConditionOutcome</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#getMatchOutcome-org.springframework.context.annotation.ConditionContext-org.springframework.core.type.AnnotatedTypeMetadata-">getMatchOutcome</a></span>(org.springframework.context.annotation.ConditionContext context,
|
||||||
|
org.springframework.core.type.AnnotatedTypeMetadata metadata)</code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#getV3-org.springframework.core.env.Environment-">getV3</a></span>(org.springframework.core.env.Environment environment)</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.org.springframework.boot.autoconfigure.condition.SpringBootCondition">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition</h3>
|
||||||
|
<code>anyMatches, logOutcome, matches, matches</code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ FIELD DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>字段详细资料</h3>
|
||||||
|
<a name="STRING_WECHAT_V3_MAP">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>STRING_WECHAT_V3_MAP</h4>
|
||||||
|
<pre>private static final org.springframework.boot.context.properties.bind.Bindable<<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>>> STRING_WECHAT_V3_MAP</pre>
|
||||||
|
<div class="block">The constant STRING_WECHAT_V3_MAP.</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>构造器详细资料</h3>
|
||||||
|
<a name="WechatPayConfiguredCondition--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>WechatPayConfiguredCondition</h4>
|
||||||
|
<pre>public WechatPayConfiguredCondition()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="getMatchOutcome-org.springframework.context.annotation.ConditionContext-org.springframework.core.type.AnnotatedTypeMetadata-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getMatchOutcome</h4>
|
||||||
|
<pre>public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
|
||||||
|
org.springframework.core.type.AnnotatedTypeMetadata metadata)</pre>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="overrideSpecifyLabel">指定者:</span></dt>
|
||||||
|
<dd><code>getMatchOutcome</code> 在类中 <code>org.springframework.boot.autoconfigure.condition.SpringBootCondition</code></dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getV3-org.springframework.core.env.Environment-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getV3</h4>
|
||||||
|
<pre>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>> getV3(org.springframework.core.env.Environment environment)</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/WechatPayConfiguredCondition.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguration.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.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/WechatPayConfiguredCondition.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="WechatPayConfiguredCondition.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#field.summary">字段</a> | </li>
|
||||||
|
<li><a href="#constructor.summary">构造器</a> | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#field.detail">字段</a> | </li>
|
||||||
|
<li><a href="#constructor.detail">构造器</a> | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>WechatPayProperties.V3 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>WechatPayProperties.V3 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="WechatPayProperties.V3 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="WechatPayProperties.V3 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -334,7 +333,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -380,6 +378,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>WechatPayProperties (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>WechatPayProperties (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="WechatPayProperties (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="WechatPayProperties (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,12 +39,11 @@
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguration.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>
|
||||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
@@ -256,12 +255,11 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayConfiguration.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>
|
||||||
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
@@ -302,6 +300,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>WechatPayResponseErrorHandler (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>WechatPayResponseErrorHandler (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="WechatPayResponseErrorHandler (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="WechatPayResponseErrorHandler (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -45,7 +45,6 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -260,7 +259,6 @@ extends org.springframework.web.client.DefaultResponseErrorHandler</pre>
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -306,6 +304,6 @@ extends org.springframework.web.client.DefaultResponseErrorHandler</pre>
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.wechat.WechatPayConfiguration的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.wechat.WechatPayConfiguration的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayConfiguration\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,124 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>类 cn.felord.payment.wechat.WechatPayConfiguredCondition的使用 (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayConfiguredCondition\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="../package-summary.html">程序包</a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类">类</a></li>
|
||||||
|
<li class="navBarCell1Rev">使用</li>
|
||||||
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>上一个</li>
|
||||||
|
<li>下一个</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/class-use/WechatPayConfiguredCondition.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="WechatPayConfiguredCondition.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h2 title="类的使用 cn.felord.payment.wechat.WechatPayConfiguredCondition" class="title">类的使用<br>cn.felord.payment.wechat.WechatPayConfiguredCondition</h2>
|
||||||
|
</div>
|
||||||
|
<div class="classUseContainer">没有cn.felord.payment.wechat.WechatPayConfiguredCondition的用法</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="../package-summary.html">程序包</a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html" title="cn.felord.payment.wechat中的类">类</a></li>
|
||||||
|
<li class="navBarCell1Rev">使用</li>
|
||||||
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>上一个</li>
|
||||||
|
<li>下一个</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/class-use/WechatPayConfiguredCondition.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="WechatPayConfiguredCondition.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.wechat.WechatPayProperties.V3的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.wechat.WechatPayProperties.V3的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayProperties.V3\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayProperties.V3\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -108,6 +107,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>private static org.springframework.boot.context.properties.bind.Bindable<<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>>></code></td>
|
||||||
|
<td class="colLast"><span class="typeNameLabel">WechatPayConfiguredCondition.</span><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#STRING_WECHAT_V3_MAP">STRING_WECHAT_V3_MAP</a></span></code>
|
||||||
|
<div class="block">The constant STRING_WECHAT_V3_MAP.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>></code></td>
|
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>></code></td>
|
||||||
<td class="colLast"><span class="typeNameLabel">WechatPayProperties.</span><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.html#v3">v3</a></span></code>
|
<td class="colLast"><span class="typeNameLabel">WechatPayProperties.</span><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.html#v3">v3</a></span></code>
|
||||||
<div class="block">wechat pay V3 properties</div>
|
<div class="block">wechat pay V3 properties</div>
|
||||||
@@ -115,6 +120,19 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表方法和解释">
|
||||||
|
<caption><span>返回变量类型为<a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>的类型的<a href="../../../../../cn/felord/payment/wechat/package-summary.html">cn.felord.payment.wechat</a>中的方法</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tbody>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="java.util中的类或接口">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>,<a href="../../../../../cn/felord/payment/wechat/WechatPayProperties.V3.html" title="cn.felord.payment.wechat中的类">WechatPayProperties.V3</a>></code></td>
|
||||||
|
<td class="colLast"><span class="typeNameLabel">WechatPayConfiguredCondition.</span><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/WechatPayConfiguredCondition.html#getV3-org.springframework.core.env.Environment-">getV3</a></span>(org.springframework.core.env.Environment environment)</code> </td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</li>
|
</li>
|
||||||
<li class="blockList"><a name="cn.felord.payment.wechat.v3">
|
<li class="blockList"><a name="cn.felord.payment.wechat.v3">
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -156,7 +174,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -187,6 +204,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.wechat.WechatPayProperties的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.wechat.WechatPayProperties的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayProperties\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayProperties\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -132,7 +131,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -163,6 +161,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>类 cn.felord.payment.wechat.WechatPayResponseErrorHandler的使用 (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>类 cn.felord.payment.wechat.WechatPayResponseErrorHandler的使用 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayResponseErrorHandler\u7684\u4F7F\u7528 (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="\u7C7B cn.felord.payment.wechat.WechatPayResponseErrorHandler\u7684\u4F7F\u7528 (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
<li><a href="../../../../../overview-tree.html">树</a></li>
|
<li><a href="../../../../../overview-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
@@ -121,6 +119,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,369 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>BusiFavorCodeDisplayMode (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="BusiFavorCodeDisplayMode (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/BusiFavorCodeDisplayMode.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="BusiFavorCodeDisplayMode.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 BusiFavorCodeDisplayMode" class="title">枚举 BusiFavorCodeDisplayMode</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.BusiFavorCodeDisplayMode</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">BusiFavorCodeDisplayMode</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a>></pre>
|
||||||
|
<div class="block">code展示模式</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html#BARCODE">BARCODE</a></span></code>
|
||||||
|
<div class="block">一维码(条形码)</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html#NOT_SHOW">NOT_SHOW</a></span></code>
|
||||||
|
<div class="block">不展示code</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html#QRCODE">QRCODE</a></span></code>
|
||||||
|
<div class="block">二维码</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="NOT_SHOW">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>NOT_SHOW</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a> NOT_SHOW</pre>
|
||||||
|
<div class="block">不展示code</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="BARCODE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>BARCODE</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a> BARCODE</pre>
|
||||||
|
<div class="block">一维码(条形码)</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="QRCODE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>QRCODE</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a> QRCODE</pre>
|
||||||
|
<div class="block">二维码</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (BusiFavorCodeDisplayMode c : BusiFavorCodeDisplayMode.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorCodeDisplayMode</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/BusiFavorCodeDisplayMode.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="BusiFavorCodeDisplayMode.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,400 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>BusiFavorUseMethod (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="BusiFavorUseMethod (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/BusiFavorUseMethod.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="BusiFavorUseMethod.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 BusiFavorUseMethod" class="title">枚举 BusiFavorUseMethod</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.BusiFavorUseMethod</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">BusiFavorUseMethod</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a>></pre>
|
||||||
|
<div class="block">商家券核销方式</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#MINI_PROGRAMS">MINI_PROGRAMS</a></span></code>
|
||||||
|
<div class="block">线上小程序核销,点击券“立即使用”跳转至配置的商家小程序(需要添加小程序appid和path)。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#OFF_LINE">OFF_LINE</a></span></code>
|
||||||
|
<div class="block">线下滴码核销,点击券“立即使用”跳转展示券二维码详情。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#PAYMENT_CODE">PAYMENT_CODE</a></span></code>
|
||||||
|
<div class="block">微信支付付款码核销,点击券“立即使用”跳转至微信支付钱包付款码。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#SELF_CONSUME">SELF_CONSUME</a></span></code>
|
||||||
|
<div class="block">用户自助核销,点击券“立即使用”跳转至用户自助操作核销界面(当前暂不支持用户自助核销)。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="OFF_LINE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>OFF_LINE</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a> OFF_LINE</pre>
|
||||||
|
<div class="block">线下滴码核销,点击券“立即使用”跳转展示券二维码详情。</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="MINI_PROGRAMS">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>MINI_PROGRAMS</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a> MINI_PROGRAMS</pre>
|
||||||
|
<div class="block">线上小程序核销,点击券“立即使用”跳转至配置的商家小程序(需要添加小程序appid和path)。</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="PAYMENT_CODE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>PAYMENT_CODE</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a> PAYMENT_CODE</pre>
|
||||||
|
<div class="block">微信支付付款码核销,点击券“立即使用”跳转至微信支付钱包付款码。</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="SELF_CONSUME">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>SELF_CONSUME</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a> SELF_CONSUME</pre>
|
||||||
|
<div class="block">用户自助核销,点击券“立即使用”跳转至用户自助操作核销界面(当前暂不支持用户自助核销)。</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.4.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (BusiFavorUseMethod c : BusiFavorUseMethod.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举">BusiFavorUseMethod</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/BusiFavorUseMethod.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorCodeDisplayMode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="BusiFavorUseMethod.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,384 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>ContractStatus (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="ContractStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/ContractStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/ContractStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="ContractStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 ContractStatus" class="title">枚举 ContractStatus</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.ContractStatus</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">ContractStatus</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a>></pre>
|
||||||
|
<div class="block">微信先享卡的守约状态</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.2.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#FINISHED">FINISHED</a></span></code>
|
||||||
|
<div class="block">已完成约定,表示用户在约定有效期内,已完成所有目标,守约状态为已完成约定。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#ONGOING">ONGOING</a></span></code>
|
||||||
|
<div class="block">约定进行中,表示用户在约定有效期内,尚未完成所有目标时,守约状态为约定进行中。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#SETTLING">SETTLING</a></span></code>
|
||||||
|
<div class="block">约定到期核对中,在约定有效期结束后的一段时间,商户可对卡记录进行校对并做必要调整,守约状态为约定到期核对调整中。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#UNFINISHED">UNFINISHED</a></span></code>
|
||||||
|
<div class="block">未完成约定,表示用户在约定有效期到期后,最终未完成所有约定目标,或用户提前退出约定,守约状态为未完成约定。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="ONGOING">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>ONGOING</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a> ONGOING</pre>
|
||||||
|
<div class="block">约定进行中,表示用户在约定有效期内,尚未完成所有目标时,守约状态为约定进行中。</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="SETTLING">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>SETTLING</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a> SETTLING</pre>
|
||||||
|
<div class="block">约定到期核对中,在约定有效期结束后的一段时间,商户可对卡记录进行校对并做必要调整,守约状态为约定到期核对调整中。</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="FINISHED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>FINISHED</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a> FINISHED</pre>
|
||||||
|
<div class="block">已完成约定,表示用户在约定有效期内,已完成所有目标,守约状态为已完成约定。</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="UNFINISHED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>UNFINISHED</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a> UNFINISHED</pre>
|
||||||
|
<div class="block">未完成约定,表示用户在约定有效期到期后,最终未完成所有约定目标,或用户提前退出约定,守约状态为未完成约定。</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (ContractStatus c : ContractStatus.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">ContractStatus</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/ContractStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BusiFavorUseMethod.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/ContractStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="ContractStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
354
docs/apidocs/cn/felord/payment/wechat/enumeration/CountType.html
Normal file
354
docs/apidocs/cn/felord/payment/wechat/enumeration/CountType.html
Normal file
@@ -0,0 +1,354 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>CountType (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="CountType (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/CountType.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CountType.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="CountType.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 CountType" class="title">枚举 CountType</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.CountType</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">CountType</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a>></pre>
|
||||||
|
<div class="block">优惠数量的类型标识</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.3.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html#COUNT_LIMIT">COUNT_LIMIT</a></span></code>
|
||||||
|
<div class="block">有限数量</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html#COUNT_UNLIMITED">COUNT_UNLIMITED</a></span></code>
|
||||||
|
<div class="block">不限数量</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="COUNT_UNLIMITED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>COUNT_UNLIMITED</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a> COUNT_UNLIMITED</pre>
|
||||||
|
<div class="block">不限数量</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="COUNT_LIMIT">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>COUNT_LIMIT</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a> COUNT_LIMIT</pre>
|
||||||
|
<div class="block">有限数量</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (CountType c : CountType.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">CountType</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/CountType.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/ContractStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CountType.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="CountType.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>CouponBgColor (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>CouponBgColor (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="CouponBgColor (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="CouponBgColor (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -45,12 +45,11 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
@@ -123,7 +122,7 @@ var activeTableTab = "activeTableTab";
|
|||||||
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a>></pre>
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a>></pre>
|
||||||
<div class="block">优惠券背景色
|
<div class="block">优惠券背景色
|
||||||
<p>
|
<p>
|
||||||
https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/marketing/convention/chapter3_1.shtml#menu1</div>
|
详见<a target= "_blank" href= "https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/marketing/convention/chapter3_1.shtml#menu1">优惠券背景色参考</a></div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
<dd>1.0.0.RELEASE</dd>
|
<dd>1.0.0.RELEASE</dd>
|
||||||
@@ -148,34 +147,54 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<th class="colOne" scope="col">枚举常量和说明</th>
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR010">COLOR010</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR010">COLOR010</a></span></code>
|
||||||
|
<div class="block">Color 010 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rowColor">
|
<tr class="rowColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR020">COLOR020</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR020">COLOR020</a></span></code>
|
||||||
|
<div class="block">Color 020 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR030">COLOR030</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR030">COLOR030</a></span></code>
|
||||||
|
<div class="block">Color 030 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rowColor">
|
<tr class="rowColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR040">COLOR040</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR040">COLOR040</a></span></code>
|
||||||
|
<div class="block">Color 040 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR050">COLOR050</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR050">COLOR050</a></span></code>
|
||||||
|
<div class="block">Color 050 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rowColor">
|
<tr class="rowColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR060">COLOR060</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR060">COLOR060</a></span></code>
|
||||||
|
<div class="block">Color 060 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR070">COLOR070</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR070">COLOR070</a></span></code>
|
||||||
|
<div class="block">Color 070 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rowColor">
|
<tr class="rowColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR080">COLOR080</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR080">COLOR080</a></span></code>
|
||||||
|
<div class="block">Color 080 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR090">COLOR090</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR090">COLOR090</a></span></code>
|
||||||
|
<div class="block">Color 090 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rowColor">
|
<tr class="rowColor">
|
||||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR100">COLOR100</a></span></code> </td>
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#COLOR100">COLOR100</a></span></code>
|
||||||
|
<div class="block">Color 100 coupon bg color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</li>
|
</li>
|
||||||
@@ -194,7 +213,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
||||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#color">color</a></span></code> </td>
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#color">color</a></span></code>
|
||||||
|
<div class="block">The Color.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</li>
|
</li>
|
||||||
@@ -213,7 +234,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr id="i0" class="altColor">
|
<tr id="i0" class="altColor">
|
||||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
||||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#color--">color</a></span>()</code> </td>
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html#color--">color</a></span>()</code>
|
||||||
|
<div class="block">Color string.</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="i1" class="rowColor">
|
<tr id="i1" class="rowColor">
|
||||||
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a></code></td>
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a></code></td>
|
||||||
@@ -264,6 +287,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR010</h4>
|
<h4>COLOR010</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR010</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR010</pre>
|
||||||
|
<div class="block">Color 010 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR020">
|
<a name="COLOR020">
|
||||||
@@ -273,6 +297,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR020</h4>
|
<h4>COLOR020</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR020</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR020</pre>
|
||||||
|
<div class="block">Color 020 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR030">
|
<a name="COLOR030">
|
||||||
@@ -282,6 +307,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR030</h4>
|
<h4>COLOR030</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR030</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR030</pre>
|
||||||
|
<div class="block">Color 030 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR040">
|
<a name="COLOR040">
|
||||||
@@ -291,6 +317,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR040</h4>
|
<h4>COLOR040</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR040</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR040</pre>
|
||||||
|
<div class="block">Color 040 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR050">
|
<a name="COLOR050">
|
||||||
@@ -300,6 +327,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR050</h4>
|
<h4>COLOR050</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR050</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR050</pre>
|
||||||
|
<div class="block">Color 050 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR060">
|
<a name="COLOR060">
|
||||||
@@ -309,6 +337,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR060</h4>
|
<h4>COLOR060</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR060</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR060</pre>
|
||||||
|
<div class="block">Color 060 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR070">
|
<a name="COLOR070">
|
||||||
@@ -318,6 +347,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR070</h4>
|
<h4>COLOR070</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR070</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR070</pre>
|
||||||
|
<div class="block">Color 070 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR080">
|
<a name="COLOR080">
|
||||||
@@ -327,6 +357,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR080</h4>
|
<h4>COLOR080</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR080</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR080</pre>
|
||||||
|
<div class="block">Color 080 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR090">
|
<a name="COLOR090">
|
||||||
@@ -336,6 +367,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR090</h4>
|
<h4>COLOR090</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR090</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR090</pre>
|
||||||
|
<div class="block">Color 090 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="COLOR100">
|
<a name="COLOR100">
|
||||||
@@ -345,6 +377,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>COLOR100</h4>
|
<h4>COLOR100</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR100</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponBgColor</a> COLOR100</pre>
|
||||||
|
<div class="block">Color 100 coupon bg color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -362,6 +395,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>color</h4>
|
<h4>color</h4>
|
||||||
<pre>private final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> color</pre>
|
<pre>private final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> color</pre>
|
||||||
|
<div class="block">The Color.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -421,6 +455,11 @@ for (CouponBgColor c : CouponBgColor.values())
|
|||||||
<li class="blockList">
|
<li class="blockList">
|
||||||
<h4>color</h4>
|
<h4>color</h4>
|
||||||
<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> color()</pre>
|
<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> color()</pre>
|
||||||
|
<div class="block">Color string.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>the string</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -446,12 +485,11 @@ for (CouponBgColor c : CouponBgColor.values())
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/BankCode.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
@@ -492,6 +530,6 @@ for (CouponBgColor c : CouponBgColor.values())
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>CouponStatus (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>CouponStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="CouponStatus (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="CouponStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -45,13 +45,12 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CouponStatus.html" target="_top">框架</a></li>
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CouponStatus.html" target="_top">框架</a></li>
|
||||||
@@ -121,7 +120,7 @@ var activeTableTab = "activeTableTab";
|
|||||||
<br>
|
<br>
|
||||||
<pre>public enum <span class="typeNameLabel">CouponStatus</span>
|
<pre>public enum <span class="typeNameLabel">CouponStatus</span>
|
||||||
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a>></pre>
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a>></pre>
|
||||||
<div class="block">The enum Coupon status.</div>
|
<div class="block">代金券、商家券状态.</div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
<dd>1.0.0.RELEASE</dd>
|
<dd>1.0.0.RELEASE</dd>
|
||||||
@@ -225,6 +224,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>SENDED</h4>
|
<h4>SENDED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> SENDED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> SENDED</pre>
|
||||||
<div class="block">可用.</div>
|
<div class="block">可用.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="USED">
|
<a name="USED">
|
||||||
@@ -235,6 +238,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>USED</h4>
|
<h4>USED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> USED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> USED</pre>
|
||||||
<div class="block">已实扣.</div>
|
<div class="block">已实扣.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="EXPIRED">
|
<a name="EXPIRED">
|
||||||
@@ -245,6 +252,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>EXPIRED</h4>
|
<h4>EXPIRED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> EXPIRED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">CouponStatus</a> EXPIRED</pre>
|
||||||
<div class="block">已过期.</div>
|
<div class="block">已过期.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -320,13 +331,12 @@ for (CouponStatus c : CouponStatus.values())
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponBgColor.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CouponStatus.html" target="_top">框架</a></li>
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/CouponStatus.html" target="_top">框架</a></li>
|
||||||
@@ -366,6 +376,6 @@ for (CouponStatus c : CouponStatus.values())
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,369 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>DetailStatus (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="DetailStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/DetailStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/DetailStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="DetailStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 DetailStatus" class="title">枚举 DetailStatus</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.DetailStatus</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">DetailStatus</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a>></pre>
|
||||||
|
<div class="block">转账明细.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.6.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>xfa00</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html#ALL">ALL</a></span></code>
|
||||||
|
<div class="block">全部。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html#FAIL">FAIL</a></span></code>
|
||||||
|
<div class="block">转账失败。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html#SUCCESS">SUCCESS</a></span></code>
|
||||||
|
<div class="block">转账成功。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="ALL">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>ALL</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a> ALL</pre>
|
||||||
|
<div class="block">全部。需要同时查询转账成功和转账失败的明细单</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="SUCCESS">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>SUCCESS</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a> SUCCESS</pre>
|
||||||
|
<div class="block">转账成功。只查询转账成功的明细单</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="FAIL">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>FAIL</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a> FAIL</pre>
|
||||||
|
<div class="block">转账失败。只查询转账失败的明细单</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (DetailStatus c : DetailStatus.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">DetailStatus</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/DetailStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/DetailStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="DetailStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,369 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>FundFlowAccountType (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="FundFlowAccountType (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":9,"i1":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/FundFlowAccountType.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="FundFlowAccountType.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 FundFlowAccountType" class="title">枚举 FundFlowAccountType</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.FundFlowAccountType</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">FundFlowAccountType</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a>></pre>
|
||||||
|
<div class="block">申请资金账单账户类型.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.3.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html#BASIC">BASIC</a></span></code>
|
||||||
|
<div class="block">基本账户</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html#FEES">FEES</a></span></code>
|
||||||
|
<div class="block">手续费账户</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html#OPERATION">OPERATION</a></span></code>
|
||||||
|
<div class="block">运营账户</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="BASIC">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>BASIC</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a> BASIC</pre>
|
||||||
|
<div class="block">基本账户</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="OPERATION">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>OPERATION</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a> OPERATION</pre>
|
||||||
|
<div class="block">运营账户</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="FEES">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>FEES</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a> FEES</pre>
|
||||||
|
<div class="block">手续费账户</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (FundFlowAccountType c : FundFlowAccountType.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举">FundFlowAccountType</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/FundFlowAccountType.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/DetailStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="FundFlowAccountType.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li>字段 | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,433 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<!-- 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>RefundStatus (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>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
try {
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="RefundStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch(err) {
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
var methods = {"i0":10,"i1":9,"i2":9};
|
||||||
|
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
|
||||||
|
var altColor = "altColor";
|
||||||
|
var rowColor = "rowColor";
|
||||||
|
var tableTab = "tableTab";
|
||||||
|
var activeTableTab = "activeTableTab";
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>您的浏览器已禁用 JavaScript。</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.top.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/RefundStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/RefundStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="RefundStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li><a href="#field.summary">字段</a> | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li><a href="#field.detail">字段</a> | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">cn.felord.payment.wechat.enumeration</div>
|
||||||
|
<h2 title="枚举 RefundStatus" class="title">枚举 RefundStatus</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">java.lang.Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>cn.felord.payment.wechat.enumeration.RefundStatus</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>所有已实现的接口:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="java.io中的类或接口">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="java.lang中的类或接口">Comparable</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="typeNameLabel">RefundStatus</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a>></pre>
|
||||||
|
<div class="block">退款成功事件.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.6.RELEASE</dd>
|
||||||
|
<dt><span class="simpleTagLabel">作者:</span></dt>
|
||||||
|
<dd>felord.cn</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举常量概要表, 列表枚举常量和解释">
|
||||||
|
<caption><span>枚举常量</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">枚举常量和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#ABNORMAL">ABNORMAL</a></span></code>
|
||||||
|
<div class="block">退款异常事件.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#CLOSED">CLOSED</a></span></code>
|
||||||
|
<div class="block">退款关闭事件.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#TRANSACTION">TRANSACTION</a></span></code>
|
||||||
|
<div class="block">支付成功事件.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- =========== FIELD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>字段概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释">
|
||||||
|
<caption><span>字段</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">字段和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#refundStatus">refundStatus</a></span></code>
|
||||||
|
<div class="block">The Event.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法概要</h3>
|
||||||
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||||||
|
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">实例方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">限定符和类型</th>
|
||||||
|
<th class="colLast" scope="col">方法和说明</th>
|
||||||
|
</tr>
|
||||||
|
<tr id="i0" class="altColor">
|
||||||
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#getRefundStatus--">getRefundStatus</a></span>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i1" class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a></code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</code>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="i2" class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html#values--">values</a></span>()</code>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="java.lang中的类或接口">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="java.lang中的类或接口">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#name--" title="java.lang中的类或接口">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="java.lang中的类或接口">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="java.lang中的类或接口">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>从类继承的方法 java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum.constant.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>枚举常量详细资料</h3>
|
||||||
|
<a name="ABNORMAL">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>ABNORMAL</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a> ABNORMAL</pre>
|
||||||
|
<div class="block">退款异常事件.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.6.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="CLOSED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>CLOSED</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a> CLOSED</pre>
|
||||||
|
<div class="block">退款关闭事件.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.6.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="TRANSACTION">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>TRANSACTION</h4>
|
||||||
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a> TRANSACTION</pre>
|
||||||
|
<div class="block">支付成功事件.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ FIELD DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>字段详细资料</h3>
|
||||||
|
<a name="refundStatus">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>refundStatus</h4>
|
||||||
|
<pre>private final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> refundStatus</pre>
|
||||||
|
<div class="block">The Event.</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method.detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>方法详细资料</h3>
|
||||||
|
<a name="values--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a>[] values()</pre>
|
||||||
|
<div class="block">按照声明该枚举类型的常量的顺序, 返回
|
||||||
|
包含这些常量的数组。该方法可用于迭代
|
||||||
|
常量, 如下所示:
|
||||||
|
<pre>
|
||||||
|
for (RefundStatus c : RefundStatus.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>按照声明该枚举类型的常量的顺序返回的包含这些常量的数组</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf-java.lang.String-">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">RefundStatus</a> valueOf(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> name)</pre>
|
||||||
|
<div class="block">返回带有指定名称的该类型的枚举常量。
|
||||||
|
字符串必须与用于声明该类型的枚举常量的
|
||||||
|
标识符<i>完全</i>匹配。(不允许有多余
|
||||||
|
的空格字符。)</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="paramLabel">参数:</span></dt>
|
||||||
|
<dd><code>name</code> - 要返回的枚举常量的名称。</dd>
|
||||||
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
|
<dd>返回带有指定名称的枚举常量</dd>
|
||||||
|
<dt><span class="throwsLabel">抛出:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="java.lang中的类或接口">IllegalArgumentException</a></code> - 如果该枚举类型没有带有指定名称的常量</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="java.lang中的类或接口">NullPointerException</a></code> - 如果参数为空值</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getRefundStatus--">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getRefundStatus</h4>
|
||||||
|
<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> getRefundStatus()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||||||
|
<a name="navbar.bottom.firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="导航">
|
||||||
|
<li><a href="../../../../../overview-summary.html">概览</a></li>
|
||||||
|
<li><a href="package-summary.html">程序包</a></li>
|
||||||
|
<li class="navBarCell1Rev">类</li>
|
||||||
|
<li><a href="class-use/RefundStatus.html">使用</a></li>
|
||||||
|
<li><a href="package-tree.html">树</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/FundFlowAccountType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/RefundStatus.html" target="_top">框架</a></li>
|
||||||
|
<li><a href="RefundStatus.html" target="_top">无框架</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>概要: </li>
|
||||||
|
<li>嵌套 | </li>
|
||||||
|
<li><a href="#enum.constant.summary">枚举常量</a> | </li>
|
||||||
|
<li><a href="#field.summary">字段</a> | </li>
|
||||||
|
<li><a href="#method.summary">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>详细资料: </li>
|
||||||
|
<li><a href="#enum.constant.detail">枚举常量</a> | </li>
|
||||||
|
<li><a href="#field.detail">字段</a> | </li>
|
||||||
|
<li><a href="#method.detail">方法</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip.navbar.bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 22:43:48 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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>StockStatus (payment-spring-boot 1.0.0.RELEASE API)</title>
|
<title>StockStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)</title>
|
||||||
<meta name="date" content="2020-12-13">
|
<meta name="date" content="2021-02-04">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
try {
|
try {
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
parent.document.title="StockStatus (payment-spring-boot 1.0.0.RELEASE API)";
|
parent.document.title="StockStatus (payment-spring-boot-autoconfigure 1.0.6.RELEASE API)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
@@ -45,13 +45,12 @@ var activeTableTab = "activeTableTab";
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/StockStatus.html" target="_top">框架</a></li>
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/StockStatus.html" target="_top">框架</a></li>
|
||||||
@@ -121,7 +120,7 @@ var activeTableTab = "activeTableTab";
|
|||||||
<br>
|
<br>
|
||||||
<pre>public enum <span class="typeNameLabel">StockStatus</span>
|
<pre>public enum <span class="typeNameLabel">StockStatus</span>
|
||||||
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a>></pre>
|
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="java.lang中的类或接口">Enum</a><<a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a>></pre>
|
||||||
<div class="block">The enum Stock status.</div>
|
<div class="block">代金券批次状态.</div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
<dd>1.0.0.RELEASE</dd>
|
<dd>1.0.0.RELEASE</dd>
|
||||||
@@ -270,6 +269,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>UNACTIVATED</h4>
|
<h4>UNACTIVATED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> UNACTIVATED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> UNACTIVATED</pre>
|
||||||
<div class="block">Unactivated stock status.</div>
|
<div class="block">Unactivated stock status.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="AUDIT">
|
<a name="AUDIT">
|
||||||
@@ -280,6 +283,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>AUDIT</h4>
|
<h4>AUDIT</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> AUDIT</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> AUDIT</pre>
|
||||||
<div class="block">Audit stock status.</div>
|
<div class="block">Audit stock status.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="RUNNING">
|
<a name="RUNNING">
|
||||||
@@ -290,6 +297,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>RUNNING</h4>
|
<h4>RUNNING</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> RUNNING</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> RUNNING</pre>
|
||||||
<div class="block">Running stock status.</div>
|
<div class="block">Running stock status.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="STOPED">
|
<a name="STOPED">
|
||||||
@@ -300,6 +311,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>STOPED</h4>
|
<h4>STOPED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> STOPED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> STOPED</pre>
|
||||||
<div class="block">Stoped stock status.</div>
|
<div class="block">Stoped stock status.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a name="PAUSED">
|
<a name="PAUSED">
|
||||||
@@ -310,6 +325,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
|
|||||||
<h4>PAUSED</h4>
|
<h4>PAUSED</h4>
|
||||||
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> PAUSED</pre>
|
<pre>public static final <a href="../../../../../cn/felord/payment/wechat/enumeration/StockStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举">StockStatus</a> PAUSED</pre>
|
||||||
<div class="block">Paused stock status.</div>
|
<div class="block">Paused stock status.</div>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -399,6 +418,8 @@ for (StockStatus c : StockStatus.values())
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><span class="returnLabel">返回:</span></dt>
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
<dd>the string</dd>
|
<dd>the string</dd>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -413,6 +434,8 @@ for (StockStatus c : StockStatus.values())
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><span class="returnLabel">返回:</span></dt>
|
<dt><span class="returnLabel">返回:</span></dt>
|
||||||
<dd>the string</dd>
|
<dd>the string</dd>
|
||||||
|
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
|
||||||
|
<dd>1.0.0.RELEASE</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -439,13 +462,12 @@ for (StockStatus c : StockStatus.values())
|
|||||||
<li><a href="package-tree.html">树</a></li>
|
<li><a href="package-tree.html">树</a></li>
|
||||||
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
|
||||||
<li><a href="../../../../../index-all.html">索引</a></li>
|
<li><a href="../../../../../index-all.html">索引</a></li>
|
||||||
<li><a href="../../../../../help-doc.html">帮助</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="subNav">
|
<div class="subNav">
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/CouponStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/RefundStatus.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">上一个类</span></a></li>
|
||||||
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/TradeState.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
<li><a href="../../../../../cn/felord/payment/wechat/enumeration/StockType.html" title="cn.felord.payment.wechat.enumeration中的枚举"><span class="typeNameLink">下一个类</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navList">
|
<ul class="navList">
|
||||||
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/StockStatus.html" target="_top">框架</a></li>
|
<li><a href="../../../../../index.html?cn/felord/payment/wechat/enumeration/StockStatus.html" target="_top">框架</a></li>
|
||||||
@@ -485,6 +507,6 @@ for (StockStatus c : StockStatus.values())
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
</a></div>
|
</a></div>
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
<!-- ======== 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user