{
"body": {
"seqNumber": 0
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/items/scanCode/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"seqNumber": 0
}
}'{
"code": 0,
"message": "",
"data": {
"entity": {
"itemId": "",
"rootItemId": "",
"code": "",
"name": "",
"quantity": 0,
"itemSpecifications": [
{
"name": "string",
"value": "string"
}
]
}
}
}