✨ bug fix.
This commit is contained in:
parent
ce5439d4b2
commit
8d299c45a5
@ -82,6 +82,6 @@ type PushOrdinaryMsgToGroupReq struct {
|
|||||||
type PushMessageToUserReq struct {
|
type PushMessageToUserReq struct {
|
||||||
FromAccount string `json:"From_Account"` // 发信人
|
FromAccount string `json:"From_Account"` // 发信人
|
||||||
ToAccount string `json:"To_Account"` // 收信人
|
ToAccount string `json:"To_Account"` // 收信人
|
||||||
Random int `json:"Random"` // 随机数
|
Random int `json:"MsgRandom"` // 随机数
|
||||||
MsgBody []callback.TIMMessage `json:"MsgBody"` // 消息内容
|
MsgBody []callback.TIMMessage `json:"MsgBody"` // 消息内容
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user