curl --location --request GET '/admin/order/data'
{ "status": 0, "msg": "string", "data": [ { "price": "string", "count": 0, "time": "string" } ] }