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