my_report.go 91 B

12345
  1. package request
  2. type MyReportCollectReq struct {
  3. ReportId int `description:"报告id"`
  4. }