实时概况(图)
GET
/home/order/orderMap
最后修改时间:2024-11-20 05:52:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
object {0}
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
array [object {3}]
数据列表
Date
string
示例:00
value
integer
示例:0
type
string
示例:今日
price
string
示例:0.00
zrprice
string
示例:232.59
示例
{
"code": 0,
"message": "string",
"cont": [
{
"Date": "string",
"value": 0,
"type": "string"
}
],
"price": "string",
"zrprice": "string"
}
修改于 2024-11-20 05:52:12