mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
upgrade to 1.0.2.RELEASE
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot-starter</artifactId>
|
||||
<version>1.0.1.RELEASE</version>
|
||||
<version>1.0.2.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
@@ -308,13 +308,11 @@ public class WechatPayScoreApi extends AbstractApi {
|
||||
* <p>
|
||||
* 相对需确认模式,免确认模式减少了用户确认授权这步操作,因此在免确认模式下商户无法获取用户的授权状态,为了解决商户的困扰,我们为免确认模式特别提供了查询授权状态和调起授权页面的api接口,这些接口仅在免确认模式下需要调用,且必须调用。
|
||||
* <p>
|
||||
* <p>
|
||||
* 该接口适用于无需微信支付分做订单风控判断的业务场景,在服务完成后,通过该接口对用户进行免密代扣。
|
||||
* <p>
|
||||
* 注意:
|
||||
* • 限制条件:【免确认订单模式】,用户已授权状态下,可调用该接口。
|
||||
* <p>
|
||||
* <p>
|
||||
* 特别提醒:创单结单合并接口暂未对外开放,如有需要请咨询对接的微信支付运营人员,申请开通调用权限。
|
||||
*
|
||||
* @param params the params
|
||||
|
||||
Reference in New Issue
Block a user