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