暂无描述{
"id": 302,
"components": [
{
"type": 1,
"position": {
"pc": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
},
"mobile": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
}
},
"chartConfig": {
"appId": 249,
"chartId": 1,
"chartName": "测试图表",
"chartType": 1,
"dataSourceType": 1,
"remark": "备注内容",
"remarkStatus": false
},
"filterConfig": {
"filters": [
{
"groupConfig": [
{
"judgeType": 1,
"judgeValue": [
{
"id": 1,
"value": "123",
"otherInfo": ""
}
],
"condition": [
{
"chartId": 1,
"chartName": "测试报表",
"fid": "123123",
"field": "单行文本",
"typeId": 1
}
],
"itemId": "1",
"itemName": "筛选1"
}
],
"groupId": "1",
"groupName": "筛选组"
}
]
},
"gridConfig": {
"showTitle": true,
"gridId": "123",
"gridTitle": "宫格",
"items": [
{
"id": "123",
"gridId": "3455",
"type": 1,
"customTitleStatus": true,
"customTitle": "组件1",
"icon": "123.png",
"jumpMode": 1,
"appId": 1,
"dashId": 1,
"gatherId": 1,
"jumpType": 1,
"link": "http://www.baidu.com",
"title": "百度一下"
}
]
},
"linkConfig": {
"url": "http://www.baidu.com"
},
"textConfig": {
"text": "<p>0123123</p>"
}
}
]
}curl --location --request PUT 'https://api.tolink.cloud/dash/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 302,
"components": [
{
"type": 1,
"position": {
"pc": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
},
"mobile": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
}
},
"chartConfig": {
"appId": 249,
"chartId": 1,
"chartName": "测试图表",
"chartType": 1,
"dataSourceType": 1,
"remark": "备注内容",
"remarkStatus": false
},
"filterConfig": {
"filters": [
{
"groupConfig": [
{
"judgeType": 1,
"judgeValue": [
{
"id": 1,
"value": "123",
"otherInfo": ""
}
],
"condition": [
{
"chartId": 1,
"chartName": "测试报表",
"fid": "123123",
"field": "单行文本",
"typeId": 1
}
],
"itemId": "1",
"itemName": "筛选1"
}
],
"groupId": "1",
"groupName": "筛选组"
}
]
},
"gridConfig": {
"showTitle": true,
"gridId": "123",
"gridTitle": "宫格",
"items": [
{
"id": "123",
"gridId": "3455",
"type": 1,
"customTitleStatus": true,
"customTitle": "组件1",
"icon": "123.png",
"jumpMode": 1,
"appId": 1,
"dashId": 1,
"gatherId": 1,
"jumpType": 1,
"link": "http://www.baidu.com",
"title": "百度一下"
}
]
},
"linkConfig": {
"url": "http://www.baidu.com"
},
"textConfig": {
"text": "<p>0123123</p>"
}
}
]
}'{
"code": 0,
"data": {
"components": [
{
"type": 1,
"position": {
"mobile": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
},
"pc": {
"cols": 6,
"rows": 12,
"x": 0,
"y": 0
}
},
"chartConfig": {
"appId": 249,
"chartId": 1,
"chartName": "测试图表",
"chartType": 1,
"dataSourceType": 1
},
"filterConfig": {
"filters": [
{
"groupConfig": [
{
"judgeType": 1,
"judgeValue": [
{
"id": 1,
"value": "123",
"otherInfo": ""
}
],
"condition": [
{
"chartId": 1,
"chartName": "测试报表",
"fid": "123123",
"field": "单行文本",
"typeId": 1
}
],
"itemId": "1",
"itemName": "筛选1"
}
],
"groupId": "1",
"groupName": "筛选组"
}
]
},
"gridConfig": {
"showTitle": true,
"gridId": "123",
"gridTitle": "宫格",
"items": [
{
"id": "123",
"customTitleStatus": true,
"customTitle": "组件1",
"icon": "123.png",
"jumpMode": 1,
"appId": 1,
"dashId": 1,
"gatherId": 1,
"link": "http://www.baidu.com",
"title": "百度一下",
"type": 1
}
]
},
"linkConfig": {
"url": "http://www.baidu.com"
},
"textConfig": {
"text": "<p>0123123</p>"
}
}
]
},
"msg": "success"
}