{
"app_key": "",
"sign": "",
"timestamp": "",
"zx_id": "1014285"
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/card/order_detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"sign": "",
"timestamp": "",
"zx_id": "1014285"
}'
{
"code": 0,
"message": "",
"stime": 1745377264.978443,
"etime": 1745377266.489323,
"data": [
{
"order_id": 25042310716215,
"card_no": "",
"card_pwd": "43YT-790Q-8HG7-9823",
"status": 3,
"rsp_info": "",
"face_val": 100,
"amount": "0.00",
"discount": 740,
"money": "74.00"
}
]
}