curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/finance/fetchAccountDepositList?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 97,
"limit": 44,
"shopId": "88",
"commercialName": "世特难律"
}'
{
"result": {
"total": 1,
"num": 1,
"data": [
{
"shopId": 810016599,
"shopName": "每日可售数(旗舰)门店1",
"shopAddress": "北京市东城区安定门",
"balance": 89.8
}
]
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "090e371866c24a2c887e27a414de155c"
}