修改im路由
This commit is contained in:
@@ -62,6 +62,7 @@ type GetOrderInquiryRecordPage struct {
|
||||
|
||||
// GetOrderInquiryImPage 获取问诊订单im内容列表-分页
|
||||
type GetOrderInquiryImPage struct {
|
||||
Page int `json:"page" form:"page" label:"页码"`
|
||||
PageSize int `json:"page_size" form:"page_size" label:"每页个数"`
|
||||
Page int `json:"page" form:"page" label:"页码"`
|
||||
PageSize int `json:"page_size" form:"page_size" label:"每页个数"`
|
||||
OrderInquiryId int64 `json:"order_inquiry_id" form:"order_inquiry_id" label:"订单id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user