token: ********************
{
"id": 1, // 供应商id
}
curl --location --request POST 'http://cmi-api.gleg.site/api/company/detachSupplier' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 1, // 供应商id
}'
{
"code": 0,
"msg": "string",
"data": null
}