POST xuner/bi/home/queryHomeChart
主页曲线图数据
请求信息
URI 参数
无。
Body 参数
getsalesumRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| mode |
显示数据类型(日月年) |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"mode": "sample string 1"
}
响应信息
资源描述
主页曲线图数据
gXopResponseOfListOfgetsalesum| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of getsalesum |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"code": "sample string 1",
"name": "sample string 2",
"amount": 3.0
},
{
"code": "sample string 1",
"name": "sample string 2",
"amount": 3.0
}
],
"desc": "sample string 1",
"result": 2
}