{
"name": "习她数住物但",
"barcode":"6976335452309"
}
curl --location -g --request POST '/ai/knowledge/match/goodName?access_token={{access_token}}' \
--header 'client-platform: common' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "习她数住物但",
"barcode":"6976335452309"
}'
{
"data": [
{
"goodsCode": "string",
"useTimes": 0,
"trade": "string",
"score": 0,
"goodsSimpleCode": "string",
"goodsSimpleName": "string",
"goodsName": "string",
"taxRate": "string",
"availableState": "string",
"vatException": "string"
}
],
"errcode": "string",
"description": "string",
"traceId": "string"
}