{
"isRecommend": 0,
"labelSearch": "string",
"nameSearch": "string",
"otherType": "string",
"sortMethod": 0,
"sortType": 0,
"typeSearch": "string"
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/serviceInfo/service/serviceList' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"isRecommend": 0,
"labelSearch": "string",
"nameSearch": "string",
"otherType": "string",
"sortMethod": 0,
"sortType": 0,
"typeSearch": "string"
}'{
"code": 0,
"data": {
"extraData": {},
"list": [
{
"averageScore": 0,
"duration": 0,
"firstShopId": 0,
"giftBonus": 0,
"id": 0,
"label": "string",
"name": "string",
"photoPaths": "string",
"price": 0,
"salesAmount": 0,
"serviceWorthBonus": 0,
"shopId": 0,
"status": 0,
"type": "string"
}
],
"pageNum": 0,
"pageSize": 0,
"sumAmount": 0,
"total": 0,
"totalPage": 0
},
"extraData": {},
"extraData1": {},
"message": "string"
}