|
|
@@ -4,7 +4,8 @@ type PushAndroid struct { |
|
|
|
Alert string `json:"alert"` //通知内容 |
|
|
|
//BuilderID int64 `json:"builder_id"` 通知栏样式 ID |
|
|
|
Extras interface{} `json:"extras"` |
|
|
|
Title string `json:"title"` //通知标题 |
|
|
|
Intent interface{} `json:"intent"` //指定跳转页面 |
|
|
|
Title string `json:"title"` //通知标题 |
|
|
|
} |
|
|
|
type PushIos struct { |
|
|
|
Alert interface{} `json:"alert"` |
|
|
@@ -41,6 +42,7 @@ type PushParam struct { |
|
|
|
Title string `json:"title"` |
|
|
|
Content string `json:"content"` |
|
|
|
Extras interface{} `json:"extras"` |
|
|
|
Intent interface{} `json:"intent"` |
|
|
|
} |
|
|
|
|
|
|
|
type SkipData struct { |
|
|
|