user_login.go 125 B

123456
  1. package response
  2. type AreaCodeListResp struct {
  3. Name string `description:"地区"`
  4. Value string `description:"区号"`
  5. }