curl --location --request GET 'https://test.pro.wuht.net/adminapi/home/order' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": {
"yAxis": {
"maxnum": 0,
"maxprice": "string"
},
"legend": [
"string"
],
"xAxis": [
"string"
],
"series": [
{
"name": "string",
"type": "string",
"itemStyle": {
"normal": {
"color": {
"x": 0,
"y": 0,
"x2": 0,
"y2": 0,
"colorStops": [
{
"offset": 0,
"color": "string"
}
]
}
}
},
"data": [
0
],
"yAxisIndex": 0
}
],
"pre_cycle": {
"count": {
"data": 0
},
"price": {
"data": 0
}
},
"cycle": {
"count": {
"data": 0,
"percent": 0,
"is_plus": 0
},
"price": {
"data": "string",
"percent": 0,
"is_plus": 0
}
}
}
}