Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailReq ¶
type DetailReq struct {
g.Meta `path:"/detail" tags:"chat" method:"get" summary:"聊天详情接口"`
Id string `json:"id"`
}
聊天详情接口请求参数
type DetailRes ¶
type DetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.ChatDetailRes
}
聊天详情接口响应参数
Click to show internal directories.
Click to hide internal directories.