capacitor-plugin-safesolar-scan
v0.6.0
Published
集成了阿里云的扫码插件
Readme
capacitor-plugin-safesolar-scan
集成了阿里云的扫码插件
Install
npm install capacitor-plugin-safesolar-scan
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
scanCode(...)
scanCode(options: { scanCode: string; }) => Promise<{ scanCode: string; }>| Param | Type |
| ------------- | ---------------------------------- |
| options | { scanCode: string; } |
Returns: Promise<{ scanCode: string; }>
getWifiName(...)
getWifiName(options: { getWifiName: string; }) => Promise<{ getWifiName: string; }>| Param | Type |
| ------------- | ------------------------------------- |
| options | { getWifiName: string; } |
Returns: Promise<{ getWifiName: string; }>
