Authorization: Bearer ********************{
"whCode": "主仓库id"
}curl --location 'localhost:58080/admin-api/tqms/inventory-class/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"whCode": "主仓库id"
}'{"code":400,"data":null,"msg":"请求参数不正确:是否资产仓(0-否,1-是 )不能为空"}