广告平台(站长下代理使用)
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.

comm.go 127 B

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