token: ********************
curl --location --request GET 'http://127.0.0.1:8091/clean/decimal/assess/list?companyId=' \
--header 'token;'
{
"code": "1",
"msg": "成功",
"data": {
"primerUseLevel": "73",
"colorPaintUseLevel": "87",
"varnishUseLevel": "83",
"primerEscape": "67",
"primerAttach": "80",
"varnishEscape": "65",
"colorPaintEscape": "66",
"varnishAttach": "95",
"colorPaintAttach": "92"
}
}