curl --location -g --request GET 'http://{{ip}}:9000/material-manage-service/chemicalStatistics/chemicalBasicType' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"specialControl": 0,
"keyMonitorFlag": 0,
"hyperToxic": 0,
"easyMakePoison": 0,
"easyExplode": 0
}
}