package model // 用户地址登录请求结果 type AddressLoginResp struct { // 用户地址 Address string `json:"address" example:"123"` }