...
|
...
|
@@ -278,7 +278,7 @@ type MessageBusinessResponse struct { |
|
|
type MessageBusinessItem struct {
|
|
|
Id int64 `json:"id"`
|
|
|
Type int `json:"type"` // 分类 (1回复 2点赞 3被采纳)
|
|
|
OptType int `json:"optType"` // 操作类型(1针对文章、1针对评论、2针对圆桌)
|
|
|
OptType int `json:"optType"` // 操作类型(1针对文章、2针对评论、3针对圆桌)
|
|
|
CompanyId int64 `json:"companyId"` // 操作人公司ID
|
|
|
UserId int64 `json:"userId"` // 操作人用户ID
|
|
|
RecipientId int64 `json:"recipientId"` // 接收者ID
|
...
|
...
|
|