docs: update wg-basic/wecaht
This commit is contained in:
parent
fb2a84b2e0
commit
bc3546461a
@ -2,7 +2,7 @@
|
|||||||
title: 微信模块
|
title: 微信模块
|
||||||
description: 微信模块功能
|
description: 微信模块功能
|
||||||
published: true
|
published: true
|
||||||
date: 2021-08-28T00:02:52.148Z
|
date: 2021-08-28T00:09:40.167Z
|
||||||
tags: wg-basic, wecaht
|
tags: wg-basic, wecaht
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-08-26T08:21:24.080Z
|
dateCreated: 2021-08-26T08:21:24.080Z
|
||||||
@ -108,4 +108,11 @@ open-platform:
|
|||||||
|
|
||||||
## 2. 公众号
|
## 2. 公众号
|
||||||
## 3. 支付
|
## 3. 支付
|
||||||
|
### 3.1 发起预支付
|
||||||
|
|
||||||
|
用户在发起支付之前,需要调用后台系统接口来生成预支付订单,这个订单需要后台调用微信的预支付订单接口来完成。
|
||||||
|
目前,模块中只对微信支付调用实现了封装,并提供了 `ink.wgink.module.wechat.service.pay.v3.jsapi.IJsapiService` 接口来方便开发人员调用。开发人员只需要引入这个接口,调用 `placeOrder` 下单方法即可完成预支付订单的创建。
|
||||||
|
|
||||||
|
### 3.1 发起预支付
|
||||||
|
### 3.2 监听支付回调
|
||||||
|
### 3.3 查询账单情况
|
||||||
|
Loading…
Reference in New Issue
Block a user