{
"merchant_code": "string",
"order_no": "string"
}curl --location 'https://dev.liantuofu.com/open/pay/query' \
--header 'client-id: EW_N5119728343' \
--header 'client-time: 1758101436' \
--header 'client-sign: 7234A7113E95D263F9B69D27994B5FDC' \
--header 'Content-Type: application/json' \
--data '{
"merchant_code": "string",
"order_no": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"merchant_code": "string",
"order_no": "string",
"third_trade_no": "string",
"shop_trade_no": "string",
"pay_status": 0,
"pay_type": 0,
"order_amt": 0,
"discount_amt": 0,
"pay_amt": 0,
"pay_fee": 0,
"pay_time": "string",
"goods": "string",
"goods_desc": "string",
"remark": "string",
"refund": {
"refund_nos": [
"string"
],
"refund_amt": 0,
"refund_fee": 0,
"refund_time": "string"
}
}
}