model.go 125 B

123456789101112
  1. package model
  2. // 推送设备
  3. const (
  4. PlatformAndroid = 1
  5. PlatformIOS = 2
  6. )
  7. // 推送SDK
  8. const (
  9. PushSDKJPush = 1
  10. )