token: ********************
{
"id": 1, // 供应商id
"is_enable": true, // 启用状态: true=启用,false=禁用
}
curl --location --request POST 'http://cmi-api.gleg.site/api/company/chgSupplierIsEnable' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 1, // 供应商id
"is_enable": true, // 启用状态: true=启用,false=禁用
}'
{
"code": 0,
"msg": "string",
"data": null
}