curl --location --request POST 'service/inst_svc_qrySkuBySpuInstIds' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"spuInstIds": [
0
],
"goodsInstIds": [
0
]
}
]'
{
"resultObject": [
{
"realInstId": 0,
"goodsInstId": 0,
"skuId": 0,
"spuInstId": 0,
"goodsId": 0,
"roleCd": "string",
"roleId": 0,
"realId": 0
}
],
"resultCode": "string"
}