支付
- Source:
Methods
(static) payWithAlipay(params) → {Promise.<any>}
支付宝支付
Parameters:
Name | Type | Description |
---|---|---|
params |
BaaS.PaymentParams | 参数 |
- Since:
- v2.2.0
- Source:
Returns:
- Type
- Promise.<any>
(static) payWithQQ(params) → {Promise.<any>}
QQ 支付
Parameters:
Name | Type | Description |
---|---|---|
params |
BaaS.PaymentParams | 参数 |
- Since:
- v2.4.0
- Source:
Returns:
- Type
- Promise.<any>
(static) payWithWechat(params) → {Promise.<any>}
微信支付
Parameters:
Name | Type | Description |
---|---|---|
params |
BaaS.WechatPaymentParams | 参数 |
- Since:
- v2.2.0
- Source:
Returns:
- Type
- Promise.<any>