劲创营---任务项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

md_project.go 184 B

2 weeks ago
12345678910
  1. package md
  2. type ProjectListReq struct {
  3. P string `json:"p"`
  4. Size string `json:"size"`
  5. Cid string `json:"cid"`
  6. }
  7. type ProjectListSelectReq struct {
  8. Ids []string `json:"ids"`
  9. }