curl --location --request GET '/api/ShopProduct/GetProductScreen?requestFrom=shop&typeid&cpBrand&priceArea'
{
"errcode": 0,
"errmsg": "string",
"result": {
"cptype": {
"option": [
{
"classname": "string",
"classid": 0
}
],
"classid": 0,
"classname": "string"
},
"cpbrand": {
"option": [
{
"label": "string",
"value": 0
}
],
"value": 0,
"label": "string"
},
"priceArea": {
"option": [
{
"value": "string",
"label": "string"
}
],
"value": "string",
"label": "string"
}
}
}