|
|
|
@ -162,6 +162,9 @@ type config struct {
|
|
|
|
|
CallbackUrl string `yaml:"callbackUrl"`
|
|
|
|
|
CallBackTimeOut int `yaml:"callbackTimeOut"`
|
|
|
|
|
}
|
|
|
|
|
MessageJudge struct {
|
|
|
|
|
IsJudgeFriend bool `yaml:"isJudgeFriend"`
|
|
|
|
|
}
|
|
|
|
|
IOSPush struct {
|
|
|
|
|
PushSound string `yaml:"pushSound"`
|
|
|
|
|
BadgeCount bool `yaml:"badgeCount"`
|
|
|
|
|