|
@@ -12,7 +12,7 @@ type Response struct {
|
|
}
|
|
}
|
|
|
|
|
|
type MessageDetailReq struct {
|
|
type MessageDetailReq struct {
|
|
- Id int64 `form:"id"`
|
|
|
|
|
|
+ Id string `form:"id"`
|
|
}
|
|
}
|
|
|
|
|
|
type MessageDetailResp struct {
|
|
type MessageDetailResp struct {
|
|
@@ -97,7 +97,7 @@ type MsgReadStatusResp struct {
|
|
}
|
|
}
|
|
|
|
|
|
type MarkReadReq struct {
|
|
type MarkReadReq struct {
|
|
- MsgId int64 `form:"msgId"`
|
|
|
|
|
|
+ MsgId string `form:"msgId"`
|
|
AppId string `form:"appId"`
|
|
AppId string `form:"appId"`
|
|
}
|
|
}
|
|
|
|
|