{
"app_key": "",
"sign": "",
"timestamp": "",
"query_time": "2025-04-23",
"page": 1
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/card/merchant_flow' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"sign": "",
"timestamp": "",
"query_time": "2025-04-23",
"page": 1
}'
{
"code": 0,
"message": "",
"stime": 1745379592.332323,
"etime": 1745379593.561976,
"data": {
"total": 1,
"data": [
{
"f_id": "LS25042310375821002275744",
"create_time": "2025-04-23 10:37:58",
"b_name": "卡密卡券",
"goods_sku": "SK000117",
"f_type": "订单流水-扣款",
"document_id": "平台订单ID:1014285",
"change_amount": "-74.000",
"amount_before": "4597.680",
"amount_after": "4523.680",
"remark": "卡密[京东E卡][100]面值库存购买,预扣款[74.00]元"
}
]
}
}