提交 83ee056b 编写于 作者: WOSHIMAHAIFENG's avatar WOSHIMAHAIFENG

Update request-payment.md

上级 0bdd1b90
...@@ -56,21 +56,12 @@ uni.requestPayment是一个统一各平台的客户端支付API,客户端均 ...@@ -56,21 +56,12 @@ uni.requestPayment是一个统一各平台的客户端支付API,客户端均
### 支付provider对象描述 ### 支付provider对象描述
#### UniPaymentAlipayProvider(支付宝支付)@paymentalipayprovider #### UniPaymentAlipayProvider(支付宝支付)@paymentalipayprovider 继承自[UniProvider](https://doc.dcloud.net.cn/uni-app-x/api/provider.html#uniprovider)
| 名称 | 类型 | 必备 | 默认值 | 描述 | #### UniPaymentWxpayProvider(微信支付)@paymentwxpayprovider 继承自[UniProvider](https://doc.dcloud.net.cn/uni-app-x/api/provider.html#uniprovider),特有字段说明
| -------------- | --------- | ---- | ------ | ------------------------------------- |
| id | string | 是 | - | 服务供应商标识 |
| description | string | 是 | - | 服务供应商描述 |
| ~~isAppExist~~ | boolean | 是 | - | 已废弃,判断服务供应商依赖的App是否安装(仅支持微信支付) |
#### UniPaymentWxpayProvider(微信支付)@paymentwxpayprovider
| 名称 | 类型 | 必备 | 默认值 | 描述 | | 名称 | 类型 | 必备 | 默认值 | 描述 |
| -------------- | --------- | ---- | ------ | ------------------------------------- | | -------------- | --------- | ---- | ------ | ------------------------------------- |
| id | string | 是 | - | 服务供应商标识 |
| description | string | 是 | - | 服务供应商描述 |
| ~~isAppExist~~ | boolean | 是 | - | 已废弃,判断服务供应商依赖的App是否安装(仅支持微信支付) |
| isWeChatInstalled | boolean | 是 | - | 判断微信是否安装 | | isWeChatInstalled | boolean | 是 | - | 判断微信是否安装 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册