|
@@ -132,9 +132,9 @@ func (m *MediaController) List(mediaType string, permissionIds string) {
|
|
}
|
|
}
|
|
|
|
|
|
type RecordCountReq struct {
|
|
type RecordCountReq struct {
|
|
- MediaId int `json:"MediaId"`
|
|
|
|
- TraceId string `json:"TraceId"`
|
|
|
|
- MediaType string `json:"MediaType"`
|
|
|
|
|
|
+ MediaId int `json:"mediaId"`
|
|
|
|
+ TraceId string `json:"traceId"`
|
|
|
|
+ MediaType string `json:"mediaType"`
|
|
}
|
|
}
|
|
|
|
|
|
// Count 获取品种列表
|
|
// Count 获取品种列表
|