curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/fetchStoreDetail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopIdentys": [
810002316
],
"cutomerType": 2,
"typeValue": "13549099756"
}'
{
"code": 1,
"result": {
"currentPage": 1,
"pageSize": 10,
"totalRows": 11,
"startRow": 0,
"totalPage": 2,
"items": [
{
"id": 1002114,
"operateType": 0,
"commercialId": 810002316,
"commercialName": "重庆冷锅鱼3",
"beforeValue": 0,
"addValue": 100,
"sendValue": 20,
"changeValue": 120,
"endValue": 120
},
{
"id": 1002115,
"operateType": 0,
"commercialId": 810002316,
"commercialName": "重庆冷锅鱼3",
"beforeValue": 120,
"addValue": 200,
"sendValue": 100,
"changeValue": 300,
"endValue": 420
}
]
}
}