{ "biz_order_id": "313111111111" }
curl --location --request POST 'http://127.0.0.1/topapi/appstore/internal/order/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "biz_order_id": "313111111111" }'
{ "result": { "create_timestamp": 0, "paid_timestamp": 0, "quantity": 0, "status": 0, "total_actual_pay_fee": 0, "item_code": "string", "corp_id": "string", "biz_order_id": 0, "end_timestamp": 0, "start_timestamp": 0, "goods_code": "string" }, "errmsg": "string", "errcode": 0 }