暂无描述
Authorization: Bearer ********************
curl --location --request PUT 'https://api.tolink.cloud/gatherIndustry/update' \
--header 'Authorization: Bearer <token>' \
--form 'name="互联网1"' \
--form 'type="2"' \
--form 'sort="10"' \
--form 'id="1"' \
--form 'disable="false"'
{}