package response type MiniConfigResp struct { ConfKey string `description:"配置Key"` ConfVal string `description:"配置值"` }