QFll_中间部分
简要描述
- QFll_中间部分
请求URL
http://192.168.2.89:8002/env/runScript
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
region | 否 | string | 区域,传递空字符串 |
name | 是 | string | java类名称 |
param | 否 | string | 请求参数,传递空字符串 |
{
"region": "",
"name": "DaHeScreenQfllMediumScript",
"param": ""
}
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"parseRet": null,
"rawRet": null,
"result": [
{
"unit": "笔数",
"dateStr": "2021-11-04 17:20:31",
"name": "成交金额",
"time": 1636017631053,
"position": 10,
"title": "成交金额",
"type": "complexList",
"dimension": [
"上交所",
"深交所"
],
"value": {
"上交所": [
{
"x": "8月",
"y": 500
},
{
"x": "9月",
"y": 100
},
{
"x": "10月",
"y": 200
},
{
"x": "11月",
"y": 40000
},
{
"x": "12月",
"y": 200
}
],
"深交所": [
{
"x": "8月",
"y": 500
},
{
"x": "9月",
"y": 100
},
{
"x": "10月",
"y": 200
},
{
"x": "11月",
"y": 200
},
{
"x": "12月",
"y": 200
}
]
},
"remarks": []
},
{
"unit": "笔数",
"dateStr": "2021-11-04 17:20:31",
"name": "委托笔数",
"time": 1636017631053,
"position": 11,
"title": "委托笔数",
"type": "complexList",
"dimension": [
"上交所",
"深交所"
],
"value": {
"上交所": [
{
"x": "8月",
"y": 500
},
{
"x": "9月",
"y": 100
},
{
"x": "10月",
"y": 200
},
{
"x": "11月",
"y": 40000
},
{
"x": "12月",
"y": 200
}
],
"深交所": [
{
"x": "8月",
"y": 500
},
{
"x": "9月",
"y": 100
},
{
"x": "10月",
"y": 200
},
{
"x": "11月",
"y": 200
},
{
"x": "12月",
"y": 200
}
]
},
"remarks": []
}
]
},
"time": 1636017631054
}