getSystemInfo
小于 1 分钟
getSystemInfo
作 者: Luke
日 期: 2022-12-01
Types
getSystemInfo(): Promise<GetSystemInfoI>
Sample Code
import bridge from "woo-mini-program-bridge"
bridge.getSystemInfo()
Arguments
Empty
Callback
| Arguments Name | Type | Description |
|---|---|---|
| osType | string | |
| osVersion | string | |
| deviceId | string | |
| deviceName | string | |
| deviceModel | string |
