Authorization: Bearer ********************
curl --location --request POST 'http://localhost:9999/api1/li-tag-info/addLabel' \ --form 'tagName="字标签2"' \ --form 'parentTagId="3"' \ --form 'tagComment="cc"'
{"code":"200","msg":"成功!","data":10}