mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
13 lines
125 B
Go
13 lines
125 B
Go
|
|
package model
|
||
|
|
|
||
|
|
// 推送设备
|
||
|
|
const (
|
||
|
|
PlatformAndroid = 1
|
||
|
|
PlatformIOS = 2
|
||
|
|
)
|
||
|
|
|
||
|
|
// 推送SDK
|
||
|
|
const (
|
||
|
|
PushSDKJPush = 1
|
||
|
|
)
|