bug fix.

This commit is contained in:
李寻欢 2022-01-19 10:20:10 +08:00
parent ce5439d4b2
commit 8d299c45a5

View File

@ -82,6 +82,6 @@ type PushOrdinaryMsgToGroupReq struct {
type PushMessageToUserReq struct {
FromAccount string `json:"From_Account"` // 发信人
ToAccount string `json:"To_Account"` // 收信人
Random int `json:"Random"` // 随机数
Random int `json:"MsgRandom"` // 随机数
MsgBody []callback.TIMMessage `json:"MsgBody"` // 消息内容
}