|
@@ -17,7 +17,7 @@ type GetTagListResp struct { |
|
|
type AddTagReq struct { |
|
|
type AddTagReq struct { |
|
|
Name string `json:"name,required"` // 标签名称 |
|
|
Name string `json:"name,required"` // 标签名称 |
|
|
Memo string `json:"memo,required"` // 备注 |
|
|
Memo string `json:"memo,required"` // 备注 |
|
|
IsPunish string `json:"is_punish,required"` // 是否为处罚标签(0:否 1:是) |
|
|
|
|
|
|
|
|
IsPunish int `json:"is_punish,required"` // 是否为处罚标签(0:否 1:是) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type UpdateTagReq struct { |
|
|
type UpdateTagReq struct { |
|
|