package request type MyChartCollectReq struct { UniqueCode string `json:"unique_code" form:"unique_code"` ReportId int `json:"report_id" form:"report_id"` ReportChapterId int `json:"report_chapter_id" form:"report_chapter_id"` }