广告平台(媒体使用)
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.
 
 
 
 
 
 

7 rivejä
127 B

  1. package md
  2. type SelectData struct {
  3. Name string `json:"name" example:"名称"`
  4. Value string `json:"value" example:"值"`
  5. }