|
@@ -112,13 +112,14 @@ type MessageListReq {
|
|
}
|
|
}
|
|
|
|
|
|
type MessageListResp {
|
|
type MessageListResp {
|
|
- Code int64 `json:"code"`
|
|
|
|
- Message string `json:"message"`
|
|
|
|
- Data []map[string]interface{} `json:"data"`
|
|
|
|
- Last map[string]interface{} `json:"last"`
|
|
|
|
- Total int64 `json:"total"`
|
|
|
|
- Column []map[string]interface{} `json:"column"`
|
|
|
|
- Unread int64 `json:"unread"`
|
|
|
|
|
|
+ Code int64 `json:"code"`
|
|
|
|
+ Message string `json:"message"`
|
|
|
|
+ Data []map[string]interface{} `json:"data"`
|
|
|
|
+ Last map[string]interface{} `json:"last"`
|
|
|
|
+ Total int64 `json:"total"`
|
|
|
|
+ Column []map[string]interface{} `json:"column"`
|
|
|
|
+ Unread int64 `json:"unread"`
|
|
|
|
+ RollingTiming int64 `json:"rollingTiming"`
|
|
}
|
|
}
|
|
type UnreadMessageReq {
|
|
type UnreadMessageReq {
|
|
UserId string `header:"mgoUserId"`
|
|
UserId string `header:"mgoUserId"`
|
|
@@ -150,7 +151,6 @@ type WxTmplMessageResponse {
|
|
}
|
|
}
|
|
|
|
|
|
service message-api {
|
|
service message-api {
|
|
-
|
|
|
|
//查询消息详情
|
|
//查询消息详情
|
|
@handler MessageDetailHandler
|
|
@handler MessageDetailHandler
|
|
get /messageCenter/messageDetail (MessageDetailReq) returns (MessageDetailResp)
|
|
get /messageCenter/messageDetail (MessageDetailReq) returns (MessageDetailResp)
|