bilibili-backup/app/service/bbq/push/conf/jpush.go
2019-04-22 02:59:20 +00:00

14 lines
218 B
Go

package conf
import (
xtime "go-common/library/time"
)
// JPushConfig 极光推送配置
type JPushConfig struct {
AppKey string
SecretKey string
Timeout xtime.Duration
ApnsProduction bool
}