🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 添加系统标签 ~~~[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": "请输入其他标签重试" } ~~~