curl --location --request GET 'http://222.79.247.164:8081/api/basedata/getGoodsList?goodsName=云母' \
--header 'token: {{token}}'
{
"status_code": 0,
"state": "string",
"list": [
{
"goodsId": "string",
"goodsName": "string",
"helpCode": "string",
"goodstypeId": "string",
"goodstypeName": "string",
"singleValue": null,
"isUploadAttachment": 0,
"isLikeDangerous": 0,
"isDangerous": 0,
"precious": true
}
]
}