@@ -59,15 +59,17 @@ type AndroidBody struct {
5959}
6060
6161type AndroidChannelProperties struct {
62- ChannelActivity string `json:"channel_activity"`
63- XiaoMiChannelID string `json:"xiaomi_channel_id"`
64- XiaoMiExtraProperties * XiaomiExtraProperties `json:"xiaomi_extra_properties,omitempty"`
65- VivoCategory string `json:"vivo_category"`
66- OppoChannelID string `json:"oppo_channel_id"`
67- OppoCategory string `json:"oppo_category"`
68- OppoNotifyLevel string `json:"oppo_notify_level"`
69- OppoPrivateMsgTemplate OppoPrivateMsgTemplate `json:"oppo_private_msg_template"`
70- LocalProperties LocalProperties `json:"local_properties"`
62+ ChannelActivity string `json:"channel_activity"`
63+ XiaoMiChannelID string `json:"xiaomi_channel_id"`
64+ XiaoMiExtraProperties * XiaomiExtraProperties `json:"xiaomi_extra_properties,omitempty"`
65+ VivoCategory string `json:"vivo_category"`
66+ OppoChannelID string `json:"oppo_channel_id"`
67+ OppoCategory string `json:"oppo_category"`
68+ OppoNotifyLevel string `json:"oppo_notify_level"`
69+ HuaweiChannelImportance string `json:"huawei_channel_importance"`
70+ HuaweiChannelCategory string `json:"huawei_channel_category"`
71+ OppoPrivateMsgTemplate OppoPrivateMsgTemplate `json:"oppo_private_msg_template"`
72+ LocalProperties LocalProperties `json:"local_properties"`
7173}
7274
7375// HarmonyGroupcastMessage 鸿蒙广播消息结构
0 commit comments