capacitor-plugin-geyan
v0.0.18
Published
个验
Readme
capacitor-plugin-geyan
个验
Install
npm install capacitor-plugin-geyan
npx cap syncAPI
init()
init() => Promise<boolean>Returns: Promise<boolean>
preLogin(...)
preLogin(option: PreLoginOption) => Promise<PreLoginResult | null>| Param | Type |
| ------------ | --------------------------------------------------------- |
| option | PreLoginOption |
Returns: Promise<PreLoginResult | null>
Interfaces
PreLoginResult
| Prop | Type |
| ------------------- | ------------------- |
| number | string |
| expired_time | string |
| client_type | string |
| operator_type | string |
| process_id | string |
PreLoginOption
| Prop | Type |
| ------------- | ------------------- |
| timeout | number |
