mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
docs: 完善文档
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
---
|
||||
|
||||
### 【附 1】直连商户模式 API 模型命名速查表:
|
||||
### 【附】直连商户模式 API 模型命名速查表:
|
||||
|
||||
注:树形结构与[微信支付开发者文档](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/index.shtml)目录结构保持一致。
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
|
||||
---
|
||||
|
||||
### 【附 2】服务商模式 API 模型命名速查表:
|
||||
### 【附】服务商模式 API 模型命名速查表:
|
||||
|
||||
注:树形结构与[微信支付开发者文档](https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/index.shtml)目录结构保持一致。
|
||||
|
||||
|
@@ -34,3 +34,11 @@ var request = new Models.CreatePayTransactionJsapiRequest()
|
||||
var response = await client.ExecuteQueryCertificatesAsync(request);
|
||||
var paramMap = client.GenerateParametersForJsapiPayRequest(request.AppId, response.PrepayId);
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 【附】生成参数相关扩展方法速查表:
|
||||
|
||||
- 生成客户端 JSAPI / 小程序调起支付所需的参数字典:`GenerateParametersForJsapiPayRequest`
|
||||
|
||||
- 生成 APP 调起支付所需的参数字典:`GenerateParametersForAppPayRequest`
|
||||
|
Reference in New Issue
Block a user