👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"merchantId": "string",
"beginTransactionDate": "string",
"endTransactionDate": "string",
"beginBillDate": "string",
"endBillDate": "string",
"shopIds": [
"string"
],
"typeCodes": [
0
],
"pageNo": 0,
"pageSize": 0
}
}curl --location '/open/v1/wallet/flows' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"merchantId": "string",
"beginTransactionDate": "string",
"endTransactionDate": "string",
"beginBillDate": "string",
"endBillDate": "string",
"shopIds": [
"string"
],
"typeCodes": [
0
],
"pageNo": 0,
"pageSize": 0
}
}'{
"rows": [
{
"flowId": 0,
"shopId": "",
"shopName": "",
"transactionDate": "",
"transactionTime": "",
"transactionAmount": 0.0,
"transactionDirection": 0,
"flowType": 0,
"desc": "",
"icon": "",
"subType": 0,
"orderDate": "",
"remark": "",
"reconciliationFlag": 0,
"subBillList": [
{
"transactionAmount": 0.0,
"desc": "",
"orderDate": ""
}
]
}
],
"total": 0,
"pages": 0
}