{
"bizid": "1",
"appid": "10000",
"version": "1.0",
"reqTime": 1663033930408,
"sku_id": 5096820548201873,
"recharge_count": 1,
"biz_order_id": "{{biz_order_id}}",
"sign": "{{sign}}",
"account": "18507168841"
}
curl --location --request POST '/api/order/statement' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizid": "1",
"appid": "10000",
"version": "1.0",
"reqTime": 1663033930408,
"sku_id": 5096820548201873,
"recharge_count": 1,
"biz_order_id": "{{biz_order_id}}",
"sign": "{{sign}}",
"account": "18507168841"
}'
{
"code": 0,
"msg": "string",
"data": [
{
"order_id": 0,
"biz_order_id": "string",
"created_at": "string",
"last_time": "string",
"order_status": "string",
"is_refund": "string",
"recharge_amount": 0
}
]
}