{
"app_key": "",
"timestamp": "",
"sign": "",
"zx_id": 8888
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/card/cancel_buying' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"timestamp": "",
"sign": "",
"zx_id": 8888
}'
{
"code": 400,
"message": "该批次不存在",
"stime": 1745377035.532056,
"etime": 1745377036.370696,
"data": []
}