|
@@ -183,7 +183,7 @@
|
|
获取到tn后,根据[APP对接文档](AllPay_Integration_Specification_CH.md#6-app模式对接文档)调用SDK进行支付。
|
|
获取到tn后,根据[APP对接文档](AllPay_Integration_Specification_CH.md#6-app模式对接文档)调用SDK进行支付。
|
|
|
|
|
|
|
|
|
|
-#### 1.4 微信 APP SDK支付
|
|
|
|
|
|
+#### 1.6 SDK支付
|
|
|
|
|
|
**请求参数**
|
|
**请求参数**
|
|
|
|
|
|
@@ -195,7 +195,7 @@
|
|
|
|
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| ---------- | ------ | ---- | ------------------------------------------------------ |
|
|
| ---------- | ------ | ---- | ------------------------------------------------------ |
|
|
-| sdk_params | Object | 否 | 小程序支付所需参数 |
|
|
|
|
|
|
+| sdk_params | Object | 否 | 微信APP SDK 支付所需参数 |
|
|
|
|
|
|
将上述返回数据放入微信APP支付接口,根据[APP对接文档](https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Pay/Vendor_Service_Center.html)调用SDK进行支付。
|
|
将上述返回数据放入微信APP支付接口,根据[APP对接文档](https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Pay/Vendor_Service_Center.html)调用SDK进行支付。
|
|
|
|
|