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