From c1e936c8e58fba769647ee7e68c0840f3ae18007 Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Tue, 21 May 2024 16:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=B6=88=E6=81=AF=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=8C=E9=95=BF=E5=BA=A6=20=E2=89=A4=20256=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push/getui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push/getui.go b/push/getui.go index 85e572d..63f65ff 100644 --- a/push/getui.go +++ b/push/getui.go @@ -41,8 +41,8 @@ type GetuiDetail struct { type GetuiMessage struct { Cid string - Title string - Message string + Title string //通知消息标题,长度 ≤ 50字 + Message string //通知消息内容,长度 ≤ 256字 NotifyId string Intent string }