查询商户余额
测试环境
测试环境
POST
/open/v1/supplyChain/finance/fetchAccountDepositList
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 12:04:10