Create & Init Project...
This commit is contained in:
12
app/service/bbq/push/model/model.go
Normal file
12
app/service/bbq/push/model/model.go
Normal file
@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
// 推送设备
|
||||
const (
|
||||
PlatformAndroid = 1
|
||||
PlatformIOS = 2
|
||||
)
|
||||
|
||||
// 推送SDK
|
||||
const (
|
||||
PushSDKJPush = 1
|
||||
)
|
Reference in New Issue
Block a user