curl --location --request POST 'https://developer.toutiao.com/api/apps/trade/v2/query_settle' \
--header 'Byte-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"out_order_no":"",
"out_settle_no":"",
"order_id":"ot7053735385750849836",
"settle_id":""
}'
{
"err_no": 0,
"err_tips": "string",
"data": [
{
"out_order_no": "string",
"out_settle_no": "string",
"order_id": "string",
"settle_id": "string",
"item_order_id": "string",
"settle_amount": 0,
"settle_status": "string",
"settle_detail": "string",
"settle_time": 0,
"rake": 0,
"commission": 0,
"cp_extra": "string",
"inner_settle_id": "string"
}
]
}