0.0.1 • Published 3 months ago

hzy-capacitor-alipay v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

hzy-capacitor-alipay

capacitor alipay plugin

Install

npm install hzy-capacitor-alipay
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


pay(...)

pay(options: AlipayPluginPayOptions) => Promise<AlipayPluginRequestResult>
ParamType
optionsAlipayPluginPayOptions

Returns: Promise<AlipayPluginRequestResult>


auth(...)

auth(options: AlipayPluginAuthOptions) => Promise<AlipayPluginRequestResult>
ParamType
optionsAlipayPluginAuthOptions

Returns: Promise<AlipayPluginRequestResult>


Interfaces

AlipayPluginRequestResult

PropType
codestring
messagestring

AlipayPluginPayOptions

PropType
orderInfostring
fromSchemestring

AlipayPluginAuthOptions

PropType
authInfostring
fromSchemestring
1.0.2

3 months ago

1.0.1

3 months ago

0.0.1

3 months ago