bilibili-backup/app/service/bbq/push/conf/jpush.go

14 lines
218 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
package conf
import (
xtime "go-common/library/time"
)
// JPushConfig 极光推送配置
type JPushConfig struct {
AppKey string
SecretKey string
Timeout xtime.Duration
ApnsProduction bool
}