From 5e78871c008138c0a56a5599c1849686c9dcb121 Mon Sep 17 00:00:00 2001
From: skiffer-git <44203734@qq.com>
Date: Tue, 16 Aug 2022 21:15:20 +0800
Subject: [PATCH] getui

---
 internal/push/getui/push.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/internal/push/getui/push.go b/internal/push/getui/push.go
index 69b4584f9..93a55b084 100644
--- a/internal/push/getui/push.go
+++ b/internal/push/getui/push.go
@@ -152,10 +152,10 @@ func (g *Getui) Push(userIDList []string, alert, detailContent, operationID stri
 			ChannelID    string `json:"/message/android/notification/channel_id"`
 			Sound        string `json:"/message/android/notification/sound"`
 			Importance   string `json:"/message/android/notification/importance"`
-		}{ChannelID: "RingRing4", Sound: "/raw/ring001", Importance: "importance"},
+		}{ChannelID: "RingRing4", Sound: "/raw/ring001", Importance: "NORMAL"},
 		XM: struct {
 			ChannelID string `json:"/extra.channel_id"`
-		}{ChannelID: "Default"},
+		}{ChannelID: "high_system"},
 	}
 	pushResp := PushResp{}
 	err = g.request(PushURL, pushReq, token, &pushResp, operationID)