UNPKG

@eclicktech/js-sdk

Version:

The JavaScript browser client library for DataEye

16 lines (13 loc) 337 B
import fa from '../dist/esm.min.js' const config = { appId: "460", serverUrl: "https://deapi.funsdata.com/v1/sdk/report", showLog: false, // debug模式, mode: "debug", // 开启上报加密 // encrypt: true }; // 用配置对象初始化 SDK fa.init(config); console.log('getDeviceId', fa.getDeviceId());