package common // 第三方传入的表单集合 type Form struct { // 【字段名】字段名 Key string `json:"key"` // 【字段值】字段值 Value string `json:"value"` }