|
@@ -28,7 +28,7 @@ type MobileReportController struct {
|
|
|
// @Title 行业报告分类列表接口
|
|
|
// @Description 获取行业报告分类列表接口
|
|
|
// @Param ChartPermissionId query int true "分类ID"
|
|
|
-// @Success 200 {object} models.IndustrialManagementList
|
|
|
+// @Success 200 {object} models.TradeReportMappingResp
|
|
|
// @router /tradeList [get]
|
|
|
func (this *MobileReportController) TradeList() {
|
|
|
br := new(models.BaseResponse).Init()
|