curl --location --request POST '/inst-service/service/inst_svc_qryGoodsInfoByOfferInstId' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"offerInstIds": [
190600065780
]
}
]'
{
"resultObject": [
{
"dataVerNum": 0,
"offerInstId": 190600065780,
"effDate": "2023-08-03 17:08:11",
"expDate": "3000-01-01 00:00:00",
"skuId": 591000002,
"spuInstId": 190002064501,
"type": "120102",
"goodsId": 591000002,
"goodsName": "普通电话"
}
],
"resultCode": "0"
}