# 添加系统标签
~~~[api]
post:/tag/system/add
*int:tagid=004#标签ID
*string:tagname=新的标签名#新的标签名
*string:category=专业#标签类别
int:collegeid= #标签所属学院id category=专业时必填
<<<
success
{
"status": true,
"resdata": {
"SQLid": "0",
"tagid": "005",
"tagname": "新的标签名"
}
}
<<<
error
{
"status": false,
"title": "该标签已存在",
"message": "请输入其他标签重试"
}
~~~