|
@@ -27,20 +27,20 @@ type UserReq {
|
|
|
NameSearch string `json:"nameSearch,optional"`
|
|
|
}
|
|
|
type MessageEntity {
|
|
|
- OwnType int64 `json:"ownType"`
|
|
|
- Title string `json:"title"`
|
|
|
- Content string `json:"content"`
|
|
|
- Item int64 `json:"item"`
|
|
|
- Type int64 `json:"type"`
|
|
|
- Link string `json:"link"`
|
|
|
- Appid string `header:"appId"`
|
|
|
- ItemType int64 `json:"itemType"`
|
|
|
- SendId string `json:"sendId,optional"`
|
|
|
- EntUserId int64 `header:"entUserId,optional"`
|
|
|
- NewUserId int64 `header:"newUserId"`
|
|
|
- ReceiveId string `json:"receiveId,optional"`
|
|
|
- ReceiverIds []int64 `json:"receiverIds,optional"` //个人[可多个]
|
|
|
- GroupIds []int64 `json:"groupIds,optional"` //群聊[可多个]
|
|
|
+ OwnType int64 `json:"ownType"`
|
|
|
+ Title string `json:"title"`
|
|
|
+ Content string `json:"content"`
|
|
|
+ Item int64 `json:"item"`
|
|
|
+ Type int64 `json:"type"`
|
|
|
+ Link string `json:"link"`
|
|
|
+ Appid string `header:"appId"`
|
|
|
+ ItemType int64 `json:"itemType"`
|
|
|
+ SendId string `json:"sendId,optional"`
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
|
+ NewUserId int64 `header:"newUserId"`
|
|
|
+ ReceiveId string `json:"receiveId,optional"`
|
|
|
+ ReceiverIds []string `json:"receiverIds,optional"` //个人[可多个]
|
|
|
+ GroupIds []string `json:"groupIds,optional"` //群聊[可多个]
|
|
|
}
|
|
|
type MessageReq {
|
|
|
MsgType int64 `json:"msgType"`
|