{
"SKUList": [
"string"
],
"PlatFormCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_ProductBO/GetSellProductInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"SKUList": [
"string"
],
"PlatFormCode": "string"
}'{
"Result": [
{
"ProductID": 0,
"SKU": "string",
"PlatFormCode": "string",
"SuggestRetailPrice": 0,
"SuggestWholesalePrice": 0,
"IsCanSellReturn": 0,
"priceGroupFullDetailList": [
{
"PriceGroupName": "string",
"BarCode": "string",
"SpecDesc": "string",
"SpecUnit": "string",
"SepcImgUrl": "string",
"Price": "string",
"MinBuyNum": 0,
"PackSpecNum": 0
}
]
}
],
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}