代码拉取完成,页面将自动刷新
package setting
type PlatformType string
const (
HuaweiPlatform PlatformType = "huawei"
XiaomiPlatform PlatformType = "xiaomi"
MeizuPlatform PlatformType = "meizu"
VivoPlatform PlatformType = "vivo"
OppoPlatform PlatformType = "oppo"
IosCertPlatform PlatformType = "ios"
IosTokenPlatform PlatformType = "ios-token"
)
type PushConfig struct {
ConfigHuawei `json:"huawei"`
ConfigXiaomi `json:"xiaomi"`
ConfigMeizu `json:"meizu"`
ConfigOppo `json:"oppo"`
ConfigVivo `json:"vivo"`
ConfigIosCert `json:"ios"`
ConfigIosToken `json:"ios-token"`
}
type ConfigHuawei struct {
AppPkgName string `json:"appPkgName"` // 应用包名
ClientId string `json:"clientId"` // 用户在联盟申请的APPID
ClientSecret string `json:"clientSecret"` // 应用秘钥
}
type ConfigXiaomi struct {
AppPkgName string `json:"appPkgName"`
AppSecret string `json:"appSecret"`
}
type ConfigMeizu struct {
AppPkgName string `json:"appPkgName"`
AppId string `json:"appId"`
AppSecret string `json:"appSecret"`
}
type ConfigOppo struct {
AppPkgName string `json:"appPkgName"`
AppKey string `json:"appKey"`
MasterSecret string `json:"masterSecret"`
}
type ConfigVivo struct {
AppPkgName string `json:"appPkgName"`
AppId string `json:"appId"`
AppKey string `json:"appKey"`
AppSecret string `json:"appSecret"`
}
type ConfigIosCert struct {
CertPath string `json:"certPath"`
Password string `json:"password"`
CertPathBox string `json:"certPathBox"`
PasswordBox string `json:"passwordBox"`
}
type ConfigIosToken struct {
TeamId string `json:"teamId"`
KeyId string `json:"keyId"`
SecretFile string `json:"secretFile"`
BundleId string `json:"bundleId"`
TeamIdBox string `json:"teamIdBox"`
KeyIdBox string `json:"keyIdBox"`
SecretFileBox string `json:"secretFileBox"`
BundleIdBox string `json:"bundleIdBox"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。