curl --location --request POST 'http://localhost:3000/api/admin/tag/add' \ --header 'Authorization;' \ --form 'name=""' \ --form 'icon=""' \ --form 'desc=""' \ --form 'file=@""'
{ "code": "200", "message": "添加成功" }