通知消息内容,长度 ≤ 256字
This commit is contained in:
parent
e2287052ea
commit
c1e936c8e5
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue