获取客户端当前环境。
production | test
production
test
客户端当前环境。客户端版本低于 7.0.6 时总是返回 production。
7.0.6
const res = await dcb.getAppEnv(); // 结果类似: // { // "env": "production" // }
← dcb.compareAppVersionSync dcb.getAppInfo →