暂无描述
Authorization: Bearer ********************
curl --location --request POST 'https://api.tolink.cloud/gatherIndustry/create' \
--form 'name="其他"' \
--form 'type="2"' \
--form 'sort="0"' \
--form 'disable="true"'
{
"code": 0,
"data": "添加成功",
"msg": "success"
}