You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
{
|
|
"info": {
|
|
"_postman_id": "",
|
|
"name": "YunNanDsBase",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "DataEaseController",
|
|
"item": [
|
|
{
|
|
"name": "根据当前登录人员的identity_id,获取此人员可以维护的数据集名称",
|
|
"request": {
|
|
"url": {
|
|
"raw": "{{domain}}/dataease/getDataSet",
|
|
"query": [
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "获取数据集下的数据表",
|
|
"request": {
|
|
"url": {
|
|
"raw": "{{domain}}/dataease/getDataSetTable",
|
|
"query": [
|
|
{
|
|
"key": "dataset_id",
|
|
"value": "",
|
|
"description": "数据集id"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "保存数据集下的数据表",
|
|
"request": {
|
|
"url": {
|
|
"raw": "{{domain}}/dataease/saveDataSetTable",
|
|
"query": [
|
|
{
|
|
"key": "dataset_id",
|
|
"value": "",
|
|
"description": "数据集id"
|
|
},
|
|
{
|
|
"key": "data",
|
|
"value": "",
|
|
"description": "保存的数据"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |