{
"SearchKeys": "string",
"SalePromotionno": "string",
"PageIndex": 0,
"PageSize": 0,
"Order": "string",
"RewardType": 0
}curl --location --request POST '/api/CaiHua_Business_App_OrderCenterBO/GetOrderCenterCartProductResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"SearchKeys": "string",
"SalePromotionno": "string",
"PageIndex": 0,
"PageSize": 0,
"Order": "string",
"RewardType": 0
}'{
"Result": {
"PageResult": {
"SumResult": {},
"EntityList": [
{
"ProductID": "string",
"ImageUrl": "string",
"ProductName": "string",
"SpecPrice": 0,
"SpecNum": 0,
"TotalMoney": 0
}
],
"ObjectList": [
{}
],
"TotalCount": 0,
"Tag": {}
}
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}