@mufan/capacitor-plugin-alipay
v0.1.3
Published
An Alipay plugin for Capacitor
Downloads
5
Readme
capacitor-plugin-alipay
An Alipay plugin for Capacitor
Thanks to capacitor-plugin-pay
Install
npm install @mufan/capacitor-plugin-alipay
npx cap sync
API
request(...)
request(options: AlipayPluginRequestOptions) => any
| Param | Type |
| ------------- | --------------------------------------------------------------------------------- |
| options
| AlipayPluginRequestOptions |
Returns: any
Interfaces
AlipayPluginRequestOptions
| Prop | Type |
| ---------------- | ------------------- |
| orderInfo
| string |
| fromScheme
| string |
AlipayPluginRequestResult
| Prop | Type |
| ------------- | ------------------- |
| code
| string |
| message
| string |