push modify

This commit is contained in:
Gordon
2021-11-12 17:25:17 +08:00
parent 85a75be30e
commit 8f483b498b
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -122,6 +122,7 @@ type config struct {
AppKey string `yaml:"appKey"`
MasterSecret string `yaml:"masterSecret"`
PushUrl string `yaml:"pushUrl"`
PushIntent string `yaml:"pushIntent"`
}
}
Manager struct {