[
{
"guid": "string",
"prop": {
"尺寸": "string",
"单号": "string",
"Location": "string"
}
}
]curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/part/prop/update' \
--header 'app-id: op193bf9f2eb09e0e4' \
--header 'time-stamp: 1756799491440' \
--header 'app-sign;' \
--header 'X-FS-Orgcode: A4WEHGP02BZ4' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"guid": "string",
"prop": {
"尺寸": "string",
"单号": "string",
"Location": "string"
}
}
]'{
"status": 0,
"msg": "OK"
}