public.go 105 B

12345
  1. package request
  2. type RddpReportShareImgReq struct {
  3. Title string `description:"标题" json:"title"`
  4. }