curl --location --request POST 'http://mp.xipuduo.com/index.php/Retail/ReleaseOrder/getOrder_v4' \
--form 'id="1";type=false' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "查询成功",
"data": {
"id": "1",
"merchant_id": "1",
"vid": "2",
"order_no": "202402222287000001",
"integral": "100.00",
"to_balance": "100.00",
"used_fuel": "0.00",
"amount": "100.00",
"status": "0",
"remark": "测试",
"fuel_time": null,
"probably_time": null,
"receipt_time": null,
"add_time": "1708612287"
}
}