service/bizcommon/common/consts.go

12 lines
186 B
Go
Raw Permalink Normal View History

2023-12-21 22:17:40 +08:00
package common
const (
DeviceTypeAndroid = 0 // 设备类型 安卓
DeviceTypeIos = 1 // 设备类型 IOS
DeviceTypeH5 = 2 // 设备类型 H5
)
const (
2023-12-23 17:42:28 +08:00
OfficialMid = -1
2023-12-21 22:17:40 +08:00
)