通知消息内容,长度 ≤ 256字

This commit is contained in:
jiangyong27 2024-05-21 16:41:48 +08:00
parent e2287052ea
commit c1e936c8e5
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ type GetuiDetail struct {
type GetuiMessage struct { type GetuiMessage struct {
Cid string Cid string
Title string Title string //通知消息标题,长度 ≤ 50字
Message string Message string //通知消息内容,长度 ≤ 256字
NotifyId string NotifyId string
Intent string Intent string
} }