package common const ( DeviceTypeAndroid = 0 // 设备类型 安卓 DeviceTypeIos = 1 // 设备类型 IOS DeviceTypeH5 = 2 // 设备类型 H5 ) const ( OfficialMid = -1 )