👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"merchantIds": [
"string"
],
"beginDate": "string",
"endDate": "string",
"flowType": [
0
],
"shopCode": "string"
}
}
curl --location --request POST '/distribute/merchantTradeDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"merchantIds": [
"string"
],
"beginDate": "string",
"endDate": "string",
"flowType": [
0
],
"shopCode": "string"
}
}'
[
{
"bussId": 0,
"merchantId": "",
"shopId": "",
"shopCode": "",
"shopName": "",
"transactionDate": "",
"transactionTime": "",
"transactionAmount": 0.0,
"transactionDirection": 0,
"flowType": 0,
"desc": "",
"icon": "",
"orderDate": "",
"remark": ""
}
]