report
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
+30441
File diff suppressed because it is too large
Load Diff
Vendored
+45
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"well_kd_wellbore_ideas01": {
|
||||
"name": "井筒",
|
||||
"id":"well_kd_wellbore_ideas01",
|
||||
"keywords":[
|
||||
"wb",
|
||||
"wb_dr",
|
||||
"wb_ml",
|
||||
"wb_wl",
|
||||
"wb_tp",
|
||||
"wb_dh",
|
||||
"wb_fr"
|
||||
]
|
||||
},
|
||||
"geo_kd_res_ideas01": {
|
||||
"name": "采油气",
|
||||
"id":"geo_kd_res_ideas01",
|
||||
"keywords":[
|
||||
"pc",
|
||||
"pc_op",
|
||||
"pc_oe",
|
||||
"pc_ge"
|
||||
]
|
||||
},
|
||||
"kd_cr_ideas01": {
|
||||
"name": "分析化验",
|
||||
"id": "kd_cr_ideas01",
|
||||
"keywords":[
|
||||
"cr",
|
||||
"cr_se"
|
||||
]
|
||||
},
|
||||
"kd_rs_ideas01": {
|
||||
"name": "油气藏",
|
||||
"id": "kd_cr_ideas01",
|
||||
"keywords":[
|
||||
"rs",
|
||||
"rs_rd",
|
||||
"rs_rm",
|
||||
"rs_gs",
|
||||
"rs_in"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Vendored
+234
@@ -0,0 +1,234 @@
|
||||
{
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"$id": "https://schema.ideas.cnpc/json/business-data/cd_completion.1.0.0.json",
|
||||
"type": "Object",
|
||||
"title": "井筒生产层段",
|
||||
"schema": "http://json-schema.org/draft-07/schema#",
|
||||
"required": [
|
||||
"bsflag",
|
||||
"completionName",
|
||||
"createUserId",
|
||||
"dataRegion",
|
||||
"createDate",
|
||||
"dsid",
|
||||
"wellboreId",
|
||||
"updateUserId",
|
||||
"wellboreCommonName",
|
||||
"updateDate",
|
||||
"completionId"
|
||||
],
|
||||
"identityId": [
|
||||
"dsid"
|
||||
],
|
||||
"naturalKey": [
|
||||
"wellboreCommonName",
|
||||
"completionName"
|
||||
],
|
||||
"properties": {
|
||||
"dsid": {
|
||||
"type": "string",
|
||||
"title": "DSID",
|
||||
"description": "主键ID"
|
||||
},
|
||||
"topMd": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段顶深",
|
||||
"description": "井筒生产层段顶深"
|
||||
},
|
||||
"bsflag": {
|
||||
"type": "number",
|
||||
"title": "删除标识",
|
||||
"description": "填写数据逻辑删除标识,1=在用,-5=废弃"
|
||||
},
|
||||
"wellId": {
|
||||
"type": "string",
|
||||
"title": "井ID",
|
||||
"description": "井号",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
"entityType": "cd_well.1.0.0/wellId",
|
||||
"relationType": "PK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateEnd": {
|
||||
"type": "date",
|
||||
"title": "停用时间",
|
||||
"description": "停用时间"
|
||||
},
|
||||
"remarks": {
|
||||
"type": "string",
|
||||
"title": "备注",
|
||||
"description": "备注"
|
||||
},
|
||||
"bottomMd": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段底深",
|
||||
"description": "井筒生产层段底深"
|
||||
},
|
||||
"checkDate": {
|
||||
"type": "date",
|
||||
"title": "审核日期",
|
||||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||||
},
|
||||
"dataGroup": {
|
||||
"type": "string",
|
||||
"title": "数据分组",
|
||||
"description": "数据分组"
|
||||
},
|
||||
"dateStart": {
|
||||
"type": "date",
|
||||
"title": "启用时间",
|
||||
"description": "启用时间"
|
||||
},
|
||||
"projectId": {
|
||||
"type": "string",
|
||||
"title": "地质单元ID",
|
||||
"description": "引用CD_GEO_UNIT表的逻辑主键字段PROJECT_ID,可以是勘探构造或油气田开发区块等各个级别的信息"
|
||||
},
|
||||
"createDate": {
|
||||
"type": "date",
|
||||
"title": "创建日期",
|
||||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||||
},
|
||||
"dataRegion": {
|
||||
"type": "string",
|
||||
"title": "油田标识",
|
||||
"description": "油田标识"
|
||||
},
|
||||
"dataSource": {
|
||||
"type": "string",
|
||||
"title": "数据来源",
|
||||
"description": "填写数据来源的表CODE"
|
||||
},
|
||||
"updateDate": {
|
||||
"type": "date",
|
||||
"title": "更新日期",
|
||||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||||
},
|
||||
"wellboreId": {
|
||||
"type": "string",
|
||||
"title": "井筒ID",
|
||||
"description": "井筒ID",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||||
"relationType": "PK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"checkUserId": {
|
||||
"type": "string",
|
||||
"title": "审核用户",
|
||||
"description": "记录数据在本系统的审核用户"
|
||||
},
|
||||
"createAppId": {
|
||||
"type": "string",
|
||||
"title": "创建应用",
|
||||
"description": "填写数据来源的系统名"
|
||||
},
|
||||
"projectName": {
|
||||
"type": "string",
|
||||
"title": "地质单元名称",
|
||||
"description": "地质单元名称,填写地质单元的中文名称,该名称在整个油田公司内不能重名"
|
||||
},
|
||||
"completionId": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段ID",
|
||||
"description": "井筒生产层段唯一标识码"
|
||||
},
|
||||
"createUserId": {
|
||||
"type": "string",
|
||||
"title": "创建用户",
|
||||
"description": "记录数据在本系统的创建用户"
|
||||
},
|
||||
"sourceDataId": {
|
||||
"type": "string",
|
||||
"title": "源库ID标识",
|
||||
"description": "存储数据来源的主键信息"
|
||||
},
|
||||
"updateUserId": {
|
||||
"type": "string",
|
||||
"title": "更新用户",
|
||||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||||
},
|
||||
"completionName": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段名称",
|
||||
"description": "当月层位"
|
||||
},
|
||||
"completionType": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段类别",
|
||||
"description": "包括完井层段、生产层段两个代码值"
|
||||
},
|
||||
"wellCommonName": {
|
||||
"type": "string",
|
||||
"title": "井名",
|
||||
"description": "井名",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||||
}
|
||||
]
|
||||
},
|
||||
"drivingTypeCode": {
|
||||
"type": "string",
|
||||
"title": "驱动方式",
|
||||
"description": "驱动方式"
|
||||
},
|
||||
"injectionMethod": {
|
||||
"type": "string",
|
||||
"title": "注入方式",
|
||||
"description": "注入方式"
|
||||
},
|
||||
"completionMethod": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段完井方法",
|
||||
"description": "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
},
|
||||
"horizonEquenceNo": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段序号",
|
||||
"description": "井筒生产层段序号"
|
||||
},
|
||||
"sourceCreateDate": {
|
||||
"type": "date",
|
||||
"title": "源头数据采集时间",
|
||||
"description": "记录源头系统采集数据的时间"
|
||||
},
|
||||
"completionMethodId": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段完井方法ID",
|
||||
"description": "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
},
|
||||
"regionCompletionId": {
|
||||
"type": "string",
|
||||
"title": "区域生产层段ID",
|
||||
"description": "引用CD_REGION_COMPLETION表的逻辑主键字段REGION_COMPLETION_ID"
|
||||
},
|
||||
"wellboreCommonName": {
|
||||
"type": "string",
|
||||
"title": "井筒名",
|
||||
"description": "通用的井筒名",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||||
}
|
||||
]
|
||||
},
|
||||
"oilProductionMethod": {
|
||||
"type": "string",
|
||||
"title": "采油方式",
|
||||
"description": "采油方式"
|
||||
},
|
||||
"regionCompletionName": {
|
||||
"type": "string",
|
||||
"title": "区域生产层段名称",
|
||||
"description": "引用CD_REGION_COMPLETION表的字段COMPLETION_NAME"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+85
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"total": 2,
|
||||
"list": [
|
||||
{
|
||||
"dsid": "f8a9d7e6c5b4a3210f9e8d7c6b5a4321",
|
||||
"topMd": 3050.5,
|
||||
"bsflag": 1,
|
||||
"wellId": "WELL-001",
|
||||
"dateEnd": "2099-12-31T23:59:59Z",
|
||||
"remarks": "这是一条虚拟生成的测试数据。",
|
||||
"bottomMd": 3150.2,
|
||||
"checkDate": "2023-07-21T14:30:00Z",
|
||||
"dataGroup": "GroupA",
|
||||
"dateStart": "2020-01-15T00:00:00Z",
|
||||
"projectId": "PROJ-XYZ-789",
|
||||
"createDate": "2023-07-21T10:00:00Z",
|
||||
"dataRegion": "Dagang",
|
||||
"dataSource": "ManualInput",
|
||||
"updateDate": "2023-07-21T10:00:00Z",
|
||||
"wellboreId": "WB-001",
|
||||
"checkUserId": "auditor_02",
|
||||
"createAppId": "DataEntryApp",
|
||||
"projectName": "地质单元A",
|
||||
"completionId": "COMP-98765",
|
||||
"createUserId": "user_01",
|
||||
"sourceDataId": "SRC-DB-12345",
|
||||
"updateUserId": "user_01",
|
||||
"completionName": "K1q-1",
|
||||
"completionType": "生产层段",
|
||||
"wellCommonName": "Well-A2",
|
||||
"drivingTypeCode": "Natural",
|
||||
"injectionMethod": "N/A",
|
||||
"completionMethod": "射孔完井",
|
||||
"horizonEquenceNo": 1,
|
||||
"sourceCreateDate": "2023-07-20T09:00:00Z",
|
||||
"completionMethodId": "CM-02",
|
||||
"regionCompletionId": "RC-456",
|
||||
"wellboreCommonName": "Wellbore-A2-1",
|
||||
"oilProductionMethod": "自喷",
|
||||
"regionCompletionName": "区域生产层段 Alpha"
|
||||
},
|
||||
{
|
||||
"dsid": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
|
||||
"topMd": 3200.0,
|
||||
"bsflag": 1,
|
||||
"wellId": "WELL-002",
|
||||
"dateEnd": null,
|
||||
"remarks": "这是第二条虚拟生成的测试数据。",
|
||||
"bottomMd": 3300.0,
|
||||
"checkDate": "2023-08-01T11:00:00Z",
|
||||
"dataGroup": "GroupB",
|
||||
"dateStart": "2021-02-20T00:00:00Z",
|
||||
"projectId": "PROJ-ABC-123",
|
||||
"createDate": "2023-08-01T09:00:00Z",
|
||||
"dataRegion": "Jidong",
|
||||
"dataSource": "AutoFeed",
|
||||
"updateDate": "2023-08-01T09:00:00Z",
|
||||
"wellboreId": "WB-002",
|
||||
"checkUserId": "auditor_01",
|
||||
"createAppId": "DataSyncApp",
|
||||
"projectName": "地质单元B",
|
||||
"completionId": "COMP-54321",
|
||||
"createUserId": "user_02",
|
||||
"sourceDataId": "SRC-DB-67890",
|
||||
"updateUserId": "user_02",
|
||||
"completionName": "N2d-3",
|
||||
"completionType": "完井层段",
|
||||
"wellCommonName": "Well-B3",
|
||||
"drivingTypeCode": "Artificial",
|
||||
"injectionMethod": "Water",
|
||||
"completionMethod": "套管完井",
|
||||
"horizonEquenceNo": 2,
|
||||
"sourceCreateDate": "2023-07-31T08:30:00Z",
|
||||
"completionMethodId": "CM-01",
|
||||
"regionCompletionId": "RC-789",
|
||||
"wellboreCommonName": "Wellbore-B3-2",
|
||||
"oilProductionMethod": "抽油机",
|
||||
"regionCompletionName": "区域生产层段 Beta"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Vendored
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"records": [
|
||||
{
|
||||
"flow_state": "7",
|
||||
"domain": "wb_ml",
|
||||
"name": "lujing_test",
|
||||
"add_tree": "Y",
|
||||
"id": "lujing_test.1.0.0",
|
||||
"create_user": "admin",
|
||||
"title": "测试",
|
||||
"type": "business-data",
|
||||
"version": "1.0.0",
|
||||
"update_date": "2025-07-01 14:34:58"
|
||||
},
|
||||
{
|
||||
"flow_state": "3",
|
||||
"domain": "wb_dr",
|
||||
"name": "wb_dr_pro_daily_report",
|
||||
"add_tree": "Y",
|
||||
"id": "wb_dr_pro_daily_report.1.0.0",
|
||||
"create_user": "admin",
|
||||
"title": "钻井日报数据",
|
||||
"type": "business-data",
|
||||
"version": "1.0.0",
|
||||
"update_date": "2025-06-30 16:48:17",
|
||||
"tags": [
|
||||
"结构化数据"
|
||||
]
|
||||
}
|
||||
],
|
||||
"total": 751,
|
||||
"size": 2,
|
||||
"current": 1,
|
||||
"pages": 376
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+19417
File diff suppressed because it is too large
Load Diff
+430
@@ -0,0 +1,430 @@
|
||||
[
|
||||
{
|
||||
"index": 0,
|
||||
"name": "公共分类",
|
||||
"desc": "公共分类",
|
||||
"add_time": 1730355210,
|
||||
"up_time": 1730355210,
|
||||
"list": [
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "undone",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135716,
|
||||
"method": "POST",
|
||||
"title": "数据推送接口",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "67ff3dc5335acf6754926ab7",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
},
|
||||
{
|
||||
"_id": "67ff3dc5335acf0829926ab6",
|
||||
"name": "schema",
|
||||
"desc": ""
|
||||
},
|
||||
{
|
||||
"_id": "67ff3dc5335acf485f926ab5",
|
||||
"name": "version",
|
||||
"desc": ""
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "67ff3dc5335acf11b4926aba",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "67ff3dc5335acfae3f926ab9",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "67ff3dc5335acfad4f926ab8",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"object\",\"properties\":{\"total\":{\"type\":\"number\"},\"list\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"dsid\":{\"type\":\"string\"},\"dataRegion\":{\"type\":\"string\"},\"gasReleaseMon\":{\"type\":\"null\"},\"gasReleaseYear\":{\"type\":\"null\"},\"releaseGasCum\":{\"type\":\"null\"}}}}}}}}",
|
||||
"req_body_other": "{\"properties\":{\"isSearchCount\":{\"default\":true,\"description\":\"是否统计总条数\",\"type\":\"boolean\"},\"query\":{\"description\":\"查询条件\",\"properties\":{\"dataRegions\":{\"description\":\"数据域,如:JD、DG、TL\",\"items\":{\"description\":\"数据域,如:JD、DG、TL\",\"type\":\"string\"},\"type\":\"array\"},\"fields\":{\"description\":\"查询的字段\",\"items\":{\"description\":\"查询的字段\",\"type\":\"string\"},\"type\":\"array\"},\"filter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"groupFields\":{\"description\":\"分组字段group by\",\"items\":{\"description\":\"分组字段group by\",\"type\":\"string\"},\"type\":\"array\"},\"groupFilter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"sort\":{\"additionalProperties\":{\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"string\"},\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"object\",\"properties\":{}}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/QueryVO\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/RdbQueryPageInput\"}",
|
||||
"project_id": 1193,
|
||||
"catid": 17672,
|
||||
"markdown": "",
|
||||
"uid": 808,
|
||||
"add_time": 1744780583,
|
||||
"up_time": 1744780741,
|
||||
"__v": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 0,
|
||||
"name": "地质单元",
|
||||
"desc": null,
|
||||
"add_time": 1745736888,
|
||||
"up_time": 1745736888,
|
||||
"list": [
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "undone",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135751,
|
||||
"method": "POST",
|
||||
"title": "地质单元列表查询",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "680dd55a335acff12e926d18",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
},
|
||||
{
|
||||
"_id": "680dd55a335acfc43d926d17",
|
||||
"name": "version",
|
||||
"example": "1.0.0",
|
||||
"desc": "交换模型版本"
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd55a335acfb51b926d1d",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd55a335acf6226926d1c",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd55a335acf39a0926d1b",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [
|
||||
{
|
||||
"required": "0",
|
||||
"_id": "680dd55a335acfabfa926d1a",
|
||||
"name": "pageNo",
|
||||
"desc": "页码(从1开始)"
|
||||
},
|
||||
{
|
||||
"required": "0",
|
||||
"_id": "680dd55a335acf831b926d19",
|
||||
"name": "pageSize",
|
||||
"desc": "分页大小(最大值200)"
|
||||
}
|
||||
],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"object\",\"properties\":{\"total\":{\"type\":\"number\"},\"list\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"dsid\":{\"type\":\"string\"},\"dataRegion\":{\"type\":\"string\"},\"gasReleaseMon\":{\"type\":\"null\"},\"gasReleaseYear\":{\"type\":\"null\"},\"releaseGasCum\":{\"type\":\"null\"}}}}}}}}",
|
||||
"req_body_other": "{\"properties\":{\"isSearchCount\":{\"default\":true,\"description\":\"是否统计总条数\",\"type\":\"boolean\"},\"query\":{\"description\":\"查询条件\",\"properties\":{\"dataRegions\":{\"description\":\"数据域,如:JD、DG、TL\",\"items\":{\"description\":\"数据域,如:JD、DG、TL\",\"type\":\"string\"},\"type\":\"array\"},\"fields\":{\"description\":\"查询的字段\",\"items\":{\"description\":\"查询的字段\",\"type\":\"string\"},\"type\":\"array\"},\"filter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"groupFields\":{\"description\":\"分组字段group by\",\"items\":{\"description\":\"分组字段group by\",\"type\":\"string\"},\"type\":\"array\"},\"groupFilter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"sort\":{\"additionalProperties\":{\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"string\"},\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"object\",\"properties\":{}}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/QueryVO\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/RdbQueryPageInput\"}",
|
||||
"project_id": 1193,
|
||||
"catid": 18705,
|
||||
"markdown": "",
|
||||
"uid": 1103,
|
||||
"add_time": 1745736910,
|
||||
"up_time": 1745737050,
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "undone",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135749,
|
||||
"method": "PUT",
|
||||
"title": "地质单元数据修改",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "680dd510335acf19c3926cec",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd510335acf7bb3926cf0",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd510335acf6953926cef",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd510335acfd86b926cee",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd510335acf1ed1926ced",
|
||||
"name": "id",
|
||||
"example": "dsid",
|
||||
"desc": "主键id的key"
|
||||
}
|
||||
],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"boolean\"}}}",
|
||||
"req_body_other": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"required\":true},\"version\":{\"type\":\"string\"}},\"required\":[\"id\",\"version\"]}",
|
||||
"project_id": 1193,
|
||||
"catid": 18705,
|
||||
"markdown": "",
|
||||
"uid": 1103,
|
||||
"add_time": 1745736907,
|
||||
"up_time": 1745736976,
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "undone",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135750,
|
||||
"method": "DELETE",
|
||||
"title": "地质单元数据删除",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "680dd51b335acfe93a926cf1",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd51b335acfb316926cf5",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd51b335acf45f4926cf4",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd51b335acf0cfa926cf3",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd51b335acf7441926cf2",
|
||||
"name": "id",
|
||||
"example": "dsid",
|
||||
"desc": "主键id的key"
|
||||
}
|
||||
],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"boolean\"}}}",
|
||||
"req_body_other": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"version\":{\"type\":\"string\",\"title\":\"版本号\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"title\":\"主键id数据集\"}}}",
|
||||
"project_id": 1193,
|
||||
"catid": 18705,
|
||||
"markdown": "",
|
||||
"uid": 1103,
|
||||
"add_time": 1745736908,
|
||||
"up_time": 1745736987,
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "done",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135748,
|
||||
"method": "POST",
|
||||
"title": "地质单元数据添加",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "680dd4ff335acf81b3926ce8",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd4ff335acfc5c7926ceb",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd4ff335acff16f926cea",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd4ff335acf1a5c926ce9",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"boolean\"}}}",
|
||||
"req_body_other": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"version\":{\"type\":\"string\",\"title\":\"交换模型版本号\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"bsflag\":{\"type\":\"number\",\"title\":\"必填字段删除标记\"},\"wellCommonName\":{\"type\":\"string\"},\"wellId\":{\"type\":\"string\"},\"dataRegion\":{\"type\":\"string\"}},\"required\":[\"bsflag\",\"wellCommonName\",\"wellId\",\"dataRegion\"]},\"title\":\"交换模型数据集\"}}}",
|
||||
"project_id": 1193,
|
||||
"catid": 18705,
|
||||
"markdown": "",
|
||||
"uid": 1103,
|
||||
"add_time": 1745736907,
|
||||
"up_time": 1745736959,
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"query_path": {
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}",
|
||||
"params": []
|
||||
},
|
||||
"edit_uid": 0,
|
||||
"status": "done",
|
||||
"type": "var",
|
||||
"req_body_is_json_schema": true,
|
||||
"res_body_is_json_schema": true,
|
||||
"api_opened": false,
|
||||
"index": 0,
|
||||
"tag": [],
|
||||
"_id": 135752,
|
||||
"method": "GET",
|
||||
"title": "地质单元查询详情",
|
||||
"desc": "",
|
||||
"path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}",
|
||||
"req_params": [
|
||||
{
|
||||
"_id": "680dd53d335acf42db926d05",
|
||||
"name": "dms_instance_code",
|
||||
"desc": "注册实例code\n井筒中心 well_kd_wellbore_ideas01"
|
||||
},
|
||||
{
|
||||
"_id": "680dd53d335acf2105926d04",
|
||||
"name": "version",
|
||||
"example": "1.0.0",
|
||||
"desc": "交换模型版本"
|
||||
},
|
||||
{
|
||||
"_id": "680dd53d335acf7970926d03",
|
||||
"name": "id",
|
||||
"desc": ""
|
||||
}
|
||||
],
|
||||
"req_body_form": [],
|
||||
"req_headers": [
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd53d335acf68e4926d08",
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd53d335acf9fb4926d07",
|
||||
"name": "tenant-id",
|
||||
"desc": "tenant-id (Only:undefined)"
|
||||
},
|
||||
{
|
||||
"required": "1",
|
||||
"_id": "680dd53d335acf7a8d926d06",
|
||||
"name": "Authorization",
|
||||
"desc": "Authorization (Only:undefined)"
|
||||
}
|
||||
],
|
||||
"req_query": [],
|
||||
"req_body_type": "json",
|
||||
"res_body_type": "json",
|
||||
"res_body": "{\"$schema\":\"http://json-schema.org/draft-04/schema#\",\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"data\":{\"type\":\"object\",\"properties\":{\"total\":{\"type\":\"number\"},\"list\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"dsid\":{\"type\":\"string\"},\"dataRegion\":{\"type\":\"string\"},\"gasReleaseMon\":{\"type\":\"null\"},\"gasReleaseYear\":{\"type\":\"null\"},\"releaseGasCum\":{\"type\":\"null\"}}}}}}}}",
|
||||
"req_body_other": "{\"properties\":{\"isSearchCount\":{\"default\":true,\"description\":\"是否统计总条数\",\"type\":\"boolean\"},\"query\":{\"description\":\"查询条件\",\"properties\":{\"dataRegions\":{\"description\":\"数据域,如:JD、DG、TL\",\"items\":{\"description\":\"数据域,如:JD、DG、TL\",\"type\":\"string\"},\"type\":\"array\"},\"fields\":{\"description\":\"查询的字段\",\"items\":{\"description\":\"查询的字段\",\"type\":\"string\"},\"type\":\"array\"},\"filter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"groupFields\":{\"description\":\"分组字段group by\",\"items\":{\"description\":\"分组字段group by\",\"type\":\"string\"},\"type\":\"array\"},\"groupFilter\":{\"description\":\"筛选器\",\"properties\":{\"key\":{\"description\":\"条件项\",\"type\":\"string\"},\"logic\":{\"description\":\"逻辑操作符,可选值为:AND、OR\",\"type\":\"string\"},\"realValue\":{\"description\":\"条件值\",\"items\":{\"description\":\"条件值\",\"type\":\"object\",\"properties\":{}},\"type\":\"array\"},\"singleValue\":{\"type\":\"object\",\"writeOnly\":true,\"properties\":{}},\"subFilter\":{\"description\":\"子条件\",\"items\":{\"$ref\":\"#/components/schemas/FilterVO\",\"type\":\"string\"},\"type\":\"array\"},\"symbol\":{\"description\":\"运算符,可选值为:>、>=、<、<=、>、<、=、<>、!=、IN、NOTIN、LIKE、IS;当运算符为 IS 时,条件值只能为NULL或NOT NULL\",\"type\":\"string\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/FilterVO\"},\"sort\":{\"additionalProperties\":{\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"string\"},\"description\":\"排序字段,key=字段名,value=排序方式(ASC、DESC)\",\"type\":\"object\",\"properties\":{}}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/QueryVO\"}},\"type\":\"object\",\"$$ref\":\"#/components/schemas/RdbQueryPageInput\"}",
|
||||
"project_id": 1193,
|
||||
"catid": 18705,
|
||||
"markdown": "",
|
||||
"uid": 1103,
|
||||
"add_time": 1745736911,
|
||||
"up_time": 1745737021,
|
||||
"__v": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
+42048
File diff suppressed because it is too large
Load Diff
+42882
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1243
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Vendored
+66052
File diff suppressed because one or more lines are too long
Vendored
+699
@@ -0,0 +1,699 @@
|
||||
{
|
||||
"state": true,
|
||||
"errcode": 0,
|
||||
"pageNo": 1,
|
||||
"totalPages": 1,
|
||||
"pageSize": 20,
|
||||
"total": 2,
|
||||
"isHavePrePage": false,
|
||||
"isHaveNextPage": false,
|
||||
"customArgs": "",
|
||||
"rows": [
|
||||
{
|
||||
"configName": "细分层位分页查询数据列表",
|
||||
"configId": "DMS_API_250605087",
|
||||
"mapUrl": "/api/dms/kd_rs_ideas01/v1/rd_subdivision_stra/1.0.0",
|
||||
"beanId": "ServiceRegisterRest",
|
||||
"modelId": "",
|
||||
"beanMethodName": "redirectUrl",
|
||||
"methodType": "POST",
|
||||
"produces": "*",
|
||||
"consumes": "*",
|
||||
"extAttribute": "",
|
||||
"state": "1",
|
||||
"effectiveUser": "",
|
||||
"mockResponseConfigId": "",
|
||||
"regServiceUrl": "",
|
||||
"transaction": false,
|
||||
"joinRestId": "",
|
||||
"configType": "REG",
|
||||
"registerFlag": 1,
|
||||
"requestBodyFlag": true,
|
||||
"bodyEscapeFlag": false,
|
||||
"viewId": "",
|
||||
"logType": 2,
|
||||
"syncFlag": true,
|
||||
"scsPlugConfig": "[]",
|
||||
"regServerId": "",
|
||||
"bindingGatewayType": "",
|
||||
"responseSample": "",
|
||||
"failResponseSample": "",
|
||||
"syncAnnotation": true,
|
||||
"remark": "",
|
||||
"tags": "井筒中心DMS服务,",
|
||||
"categoryId": "DMS_CATEGORY_250605003",
|
||||
"businessClassIds": "",
|
||||
"version": "1.0",
|
||||
"parentId": "6840f2265a8e64025de0461b",
|
||||
"deprecated": false,
|
||||
"requestBodyRequired": false,
|
||||
"requestBodyDataType": "JSON",
|
||||
"requestBodySchemaRef": "",
|
||||
"sqlConfigId": "",
|
||||
"filters": "",
|
||||
"retryNum": 0,
|
||||
"retrySleep": 0,
|
||||
"loadBalanceId": "WeightRandomServer",
|
||||
"authType": 2,
|
||||
"approveAuthType": 3,
|
||||
"serializeNull": false,
|
||||
"visibleUserIds": "",
|
||||
"ownerUserId": "",
|
||||
"connecterId": "",
|
||||
"requestCompatibleFlag": 1,
|
||||
"paramsDocs": [
|
||||
{
|
||||
"id": "e7afb13e0b8746298255efc706afeba6",
|
||||
"fieldName": "交换模型名称",
|
||||
"fieldId": "schemaName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": true,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "path",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "bc31bf77e9aa46adb5e24fd0588013d5",
|
||||
"fieldName": "交换模型版本",
|
||||
"fieldId": "version",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": true,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "path",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "e55ffa38e1144f72804ed607f280b389",
|
||||
"fieldName": "转换编码(不参与转换可为空或null)",
|
||||
"fieldId": "convertCode",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "dfc380f090114c628d1151329f33b023",
|
||||
"fieldName": "页码(从1开始)",
|
||||
"fieldId": "pageNo",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "7ea45c019a1246a7aa54434aa17608c9",
|
||||
"fieldName": "分页大小(最大值200)",
|
||||
"fieldId": "pageSize",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "9d44952a085e4a9685d378e30916a621",
|
||||
"fieldId": "query",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "44a40a8fe5574d858d86cd75b4209a3a",
|
||||
"fieldName": "表名称",
|
||||
"fieldId": "tableName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "f3b3581b4db741ba88ccb608aea99437",
|
||||
"fieldName": "交换模型名称",
|
||||
"fieldId": "schemaName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "1e38bebca7634e9ba4d9f7a3db4f61b7",
|
||||
"fieldName": "当前页码",
|
||||
"fieldId": "pageNo",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "fb3735bb015d4d98bfb0508d433e92ba",
|
||||
"fieldName": "每页条数",
|
||||
"fieldId": "pageSize",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "ffa26cf42065471185f583e64a705de0",
|
||||
"fieldName": "是否统计总条数",
|
||||
"fieldId": "isSearchCount",
|
||||
"fieldType": "boolean",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "3a15d6073fe540b99f3b6fb8f1c681de",
|
||||
"fieldName": "查询时,字段、排序、查询条件传入的字段是否将驼峰改为下划线,如:HelloWorld=》hello_world",
|
||||
"fieldId": "isUnderlineCase",
|
||||
"fieldType": "boolean",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
}
|
||||
],
|
||||
"responseDocs": [
|
||||
{
|
||||
"code": "200",
|
||||
"description": "OK",
|
||||
"contentModelRef": "",
|
||||
"contentDataType": "JSON"
|
||||
}
|
||||
],
|
||||
"outputParamsDocs": [],
|
||||
"hotFlag": 0,
|
||||
"recommendFlag": 0,
|
||||
"clickNum": 0,
|
||||
"iconUrl": "",
|
||||
"price": "0",
|
||||
"score": 0,
|
||||
"describeBody": "<p></p>",
|
||||
"publishStatus": "1",
|
||||
"backendMethod": "*",
|
||||
"backendUrl": "https://www.dev.ideas.cnpc/api/dms/kd_rs_ideas01/v1/rd_subdivision_stra/1.0.0",
|
||||
"backendServerId": "",
|
||||
"backendHaderTransparent": 0,
|
||||
"backendHeaderParams": "[{\"id\":\"6840024e5a8e64025dde0623\",\"headerId\":\"tenant-id\",\"headerValue\":\"\",\"headerType\":\"COPY\"},{\"id\":\"6840024e5a8e64025dde0624\",\"headerId\":\"Authorization\",\"headerValue\":\"\",\"headerType\":\"COPY\"}]",
|
||||
"backendConnectTimeout": 30000,
|
||||
"backendParamType": 1,
|
||||
"backendResponseBodyStreamFlag": false,
|
||||
"backendResponseBodyChunkedStreamFlag": false,
|
||||
"backendRequestBodyTemplate": "",
|
||||
"webServiceRequestXmlFlag": true,
|
||||
"webServiceResponseXmlFlag": true,
|
||||
"webServiceXmlSubNode": "",
|
||||
"webServiceRequestXmlFillType": 1,
|
||||
"webServiceWsdlUrl": "",
|
||||
"webServiceWsdlDocument": "",
|
||||
"webServiceRequestBodyFlag": true,
|
||||
"xmlTemplateId": "",
|
||||
"webServiceResponseBody": "",
|
||||
"webServiceResponseXmlFillType": 1,
|
||||
"dubboApplicationName": "",
|
||||
"dubboConnectionType": "",
|
||||
"dubboZookeeper": "",
|
||||
"dubboInterface": "",
|
||||
"dubboMethodName": "",
|
||||
"dubboParamsType": "",
|
||||
"dubboVersion": "",
|
||||
"processId": "",
|
||||
"procedureId": "",
|
||||
"bindServicesConfigId": "",
|
||||
"businessDataTagConfigs": "",
|
||||
"changeMethod": "",
|
||||
"slaLevel": 1,
|
||||
"isSystem": 0,
|
||||
"source": "",
|
||||
"responseCookie": false,
|
||||
"businessCodePath": "",
|
||||
"businessMessagePath": "",
|
||||
"configScore": 0,
|
||||
"allowRetry": 0,
|
||||
"assessConfigFlag": "0",
|
||||
"gRpcServer": "",
|
||||
"gRpcPackage": "",
|
||||
"gRpcService": "",
|
||||
"gRpcMethod": "",
|
||||
"ferry": false,
|
||||
"fileForwardPath": "",
|
||||
"fileForwardSelectPathType": "",
|
||||
"fileForwardSelectPath": "",
|
||||
"id": "684104895a8e64025de0aae7",
|
||||
"appId": "dms",
|
||||
"createTime": "2025-06-05 10:44:25",
|
||||
"creator": "13785895887",
|
||||
"creatorName": "李石松",
|
||||
"editTime": "2025-06-05 11:23:13",
|
||||
"editor": "13785895887",
|
||||
"editorName": "李石松",
|
||||
"publishTime": "2025-06-05 11:23:13",
|
||||
"publishUserId": "13785895887",
|
||||
"expireAfterIndexTime": "Jun 5, 2025 11:23:13 AM",
|
||||
"followCount": 0,
|
||||
"commitCount": 0,
|
||||
"permission": "",
|
||||
"appName": "DMS"
|
||||
},
|
||||
{
|
||||
"configName": "油气藏地质数据分页查询数据列表",
|
||||
"configId": "DMS_API_250605088",
|
||||
"mapUrl": "/api/dms/kd_rs_ideas01/v1/rs_rd_ach_oil_gas_rese_geo/1.0.0",
|
||||
"beanId": "ServiceRegisterRest",
|
||||
"modelId": "",
|
||||
"beanMethodName": "redirectUrl",
|
||||
"methodType": "POST",
|
||||
"produces": "*",
|
||||
"consumes": "*",
|
||||
"extAttribute": "",
|
||||
"state": "1",
|
||||
"effectiveUser": "",
|
||||
"mockResponseConfigId": "",
|
||||
"regServiceUrl": "",
|
||||
"transaction": false,
|
||||
"joinRestId": "",
|
||||
"configType": "REG",
|
||||
"registerFlag": 1,
|
||||
"requestBodyFlag": true,
|
||||
"bodyEscapeFlag": false,
|
||||
"viewId": "",
|
||||
"logType": 2,
|
||||
"syncFlag": true,
|
||||
"scsPlugConfig": "[]",
|
||||
"regServerId": "",
|
||||
"bindingGatewayType": "",
|
||||
"responseSample": "",
|
||||
"failResponseSample": "",
|
||||
"syncAnnotation": true,
|
||||
"remark": "",
|
||||
"tags": "井筒中心DMS服务,",
|
||||
"categoryId": "DMS_CATEGORY_250605003",
|
||||
"businessClassIds": "",
|
||||
"version": "1.0",
|
||||
"parentId": "684104895a8e64025de0aae7",
|
||||
"deprecated": false,
|
||||
"requestBodyRequired": false,
|
||||
"requestBodyDataType": "JSON",
|
||||
"requestBodySchemaRef": "",
|
||||
"sqlConfigId": "",
|
||||
"filters": "",
|
||||
"retryNum": 0,
|
||||
"retrySleep": 0,
|
||||
"loadBalanceId": "WeightRandomServer",
|
||||
"authType": 2,
|
||||
"approveAuthType": 3,
|
||||
"serializeNull": false,
|
||||
"visibleUserIds": "",
|
||||
"ownerUserId": "",
|
||||
"connecterId": "",
|
||||
"requestCompatibleFlag": 1,
|
||||
"paramsDocs": [
|
||||
{
|
||||
"id": "537faeec7bd744288d05ac19849a6515",
|
||||
"fieldName": "交换模型名称",
|
||||
"fieldId": "schemaName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": true,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "path",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "d1f4b015a35548f38de568bda043ef58",
|
||||
"fieldName": "交换模型版本",
|
||||
"fieldId": "version",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": true,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "path",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "756b6857215d45518e93e49dea87c1a5",
|
||||
"fieldName": "转换编码(不参与转换可为空或null)",
|
||||
"fieldId": "convertCode",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "a961065a5b2442a88261f1065099ec10",
|
||||
"fieldName": "页码(从1开始)",
|
||||
"fieldId": "pageNo",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "27849d8323b54306a9332fa94cbb78f9",
|
||||
"fieldName": "分页大小(最大值200)",
|
||||
"fieldId": "pageSize",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "query",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "f2a3843f5f654a928d942ed73c9b000c",
|
||||
"fieldId": "query",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "497a9a85663d468e85af65180927b3ea",
|
||||
"fieldName": "表名称",
|
||||
"fieldId": "tableName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "3414f536235f4adba12693104c423a00",
|
||||
"fieldName": "交换模型名称",
|
||||
"fieldId": "schemaName",
|
||||
"fieldType": "string",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "d3a4435d969a48868fe4cb58d2183e43",
|
||||
"fieldName": "当前页码",
|
||||
"fieldId": "pageNo",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "1244e80dc96842af8be9a7542df9bed3",
|
||||
"fieldName": "每页条数",
|
||||
"fieldId": "pageSize",
|
||||
"fieldType": "integer",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "0f5ed3f74f334020b41c30207e51f962",
|
||||
"fieldName": "是否统计总条数",
|
||||
"fieldId": "isSearchCount",
|
||||
"fieldType": "boolean",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "b057df6fccfd45e282e8c0dc9f6c09aa",
|
||||
"fieldName": "查询时,字段、排序、查询条件传入的字段是否将驼峰改为下划线,如:HelloWorld=》hello_world",
|
||||
"fieldId": "isUnderlineCase",
|
||||
"fieldType": "boolean",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
}
|
||||
],
|
||||
"responseDocs": [
|
||||
{
|
||||
"code": "200",
|
||||
"description": "OK",
|
||||
"contentModelRef": "",
|
||||
"contentDataType": "JSON"
|
||||
}
|
||||
],
|
||||
"outputParamsDocs": [],
|
||||
"hotFlag": 0,
|
||||
"recommendFlag": 0,
|
||||
"clickNum": 0,
|
||||
"iconUrl": "",
|
||||
"price": "0",
|
||||
"score": 0,
|
||||
"describeBody": "<p></p>",
|
||||
"publishStatus": "1",
|
||||
"backendMethod": "*",
|
||||
"backendUrl": "https://www.dev.ideas.cnpc/api/dms/kd_rs_ideas01/v1/rs_rd_ach_oil_gas_rese_geo/1.0.0",
|
||||
"backendServerId": "",
|
||||
"backendHaderTransparent": 0,
|
||||
"backendHeaderParams": "[{\"id\":\"6840024e5a8e64025dde0623\",\"headerId\":\"tenant-id\",\"headerValue\":\"\",\"headerType\":\"COPY\"},{\"id\":\"6840024e5a8e64025dde0624\",\"headerId\":\"Authorization\",\"headerValue\":\"\",\"headerType\":\"COPY\"}]",
|
||||
"backendConnectTimeout": 30000,
|
||||
"backendParamType": 1,
|
||||
"backendResponseBodyStreamFlag": false,
|
||||
"backendResponseBodyChunkedStreamFlag": false,
|
||||
"backendRequestBodyTemplate": "",
|
||||
"webServiceRequestXmlFlag": true,
|
||||
"webServiceResponseXmlFlag": true,
|
||||
"webServiceXmlSubNode": "",
|
||||
"webServiceRequestXmlFillType": 1,
|
||||
"webServiceWsdlUrl": "",
|
||||
"webServiceWsdlDocument": "",
|
||||
"webServiceRequestBodyFlag": true,
|
||||
"xmlTemplateId": "",
|
||||
"webServiceResponseBody": "",
|
||||
"webServiceResponseXmlFillType": 1,
|
||||
"dubboApplicationName": "",
|
||||
"dubboConnectionType": "",
|
||||
"dubboZookeeper": "",
|
||||
"dubboInterface": "",
|
||||
"dubboMethodName": "",
|
||||
"dubboParamsType": "",
|
||||
"dubboVersion": "",
|
||||
"processId": "",
|
||||
"procedureId": "",
|
||||
"bindServicesConfigId": "",
|
||||
"businessDataTagConfigs": "",
|
||||
"changeMethod": "",
|
||||
"slaLevel": 1,
|
||||
"isSystem": 0,
|
||||
"source": "",
|
||||
"responseCookie": false,
|
||||
"businessCodePath": "",
|
||||
"businessMessagePath": "",
|
||||
"configScore": 0,
|
||||
"allowRetry": 0,
|
||||
"assessConfigFlag": "0",
|
||||
"gRpcServer": "",
|
||||
"gRpcPackage": "",
|
||||
"gRpcService": "",
|
||||
"gRpcMethod": "",
|
||||
"ferry": false,
|
||||
"fileForwardPath": "",
|
||||
"fileForwardSelectPathType": "",
|
||||
"fileForwardSelectPath": "",
|
||||
"id": "684104905a8e64025de0ab00",
|
||||
"appId": "dms",
|
||||
"createTime": "2025-06-05 10:44:32",
|
||||
"creator": "13785895887",
|
||||
"creatorName": "李石松",
|
||||
"editTime": "2025-06-05 11:23:06",
|
||||
"editor": "13785895887",
|
||||
"editorName": "李石松",
|
||||
"publishTime": "2025-06-05 11:23:06",
|
||||
"publishUserId": "13785895887",
|
||||
"expireAfterIndexTime": "Jun 5, 2025 11:23:06 AM",
|
||||
"followCount": 0,
|
||||
"commitCount": 0,
|
||||
"permission": "",
|
||||
"appName": "DMS"
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+478
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"id": "685518af31d38b669955a139",
|
||||
"userId": "gyrj_portal",
|
||||
"userName": "工业软件门户",
|
||||
"loginButton": "<span style='margin-left:10px;margin-top:5px'><i class='icon-user size-large text-info' ></i><a href='/openapi/admin/market' style='padding:5px' title='进入个人中心'>工业软件门户,您好!</a></span>",
|
||||
"appDocs": [
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1745727813,
|
||||
"counter": 4108062,
|
||||
"randomValue1": 16518548,
|
||||
"randomValue2": 19111
|
||||
},
|
||||
"appName": "接口集成应用",
|
||||
"appId": "lcap"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1747877242,
|
||||
"counter": 4731629,
|
||||
"randomValue1": 2166043,
|
||||
"randomValue2": 18860
|
||||
},
|
||||
"appName": "平台开发应用",
|
||||
"appId": "xtkf_app"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1748419576,
|
||||
"counter": 6179296,
|
||||
"randomValue1": 243350,
|
||||
"randomValue2": 621
|
||||
},
|
||||
"appName": "协同开发应用",
|
||||
"appId": "xtkf_application"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1749102403,
|
||||
"counter": 16528014,
|
||||
"randomValue1": 6571710,
|
||||
"randomValue2": 23361
|
||||
},
|
||||
"appName": "演示应用001",
|
||||
"appId": "gyrj_001"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1749106842,
|
||||
"counter": 16538052,
|
||||
"randomValue1": 6571710,
|
||||
"randomValue2": 23361
|
||||
},
|
||||
"appName": "算法中试平台",
|
||||
"appId": "Algopilot"
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"timestamp": 1750124658,
|
||||
"counter": 5109861,
|
||||
"randomValue1": 3265419,
|
||||
"randomValue2": 26265
|
||||
},
|
||||
"appName": "fadssd",
|
||||
"appId": "asdfads"
|
||||
}
|
||||
],
|
||||
"doMain": "https://lcapdev.cnpc.com.cn:8082/gateway",
|
||||
"apiId": "6855143668dd72277d795036",
|
||||
"callApplyFlag": false,
|
||||
"changeLogDocs": [
|
||||
{
|
||||
"remark": "调用",
|
||||
"createTime": "2025-06-24 11:20:25",
|
||||
"userId": "13693104300",
|
||||
"userName": "许茂",
|
||||
"version": "1.0",
|
||||
"logType": "发布"
|
||||
},
|
||||
{
|
||||
"createTime": "2025-06-20 16:15:43",
|
||||
"userId": "13693104300",
|
||||
"userName": "许茂",
|
||||
"version": "1.0",
|
||||
"logType": "发布"
|
||||
}
|
||||
],
|
||||
"serviceApproverUserIds": "13693104300",
|
||||
"openBlackAndWhite": "0",
|
||||
"permissions": "",
|
||||
"configName": "嘴流计算",
|
||||
"configId": "GYRJ_TENANTALGOPILOT_API_250620013",
|
||||
"mapUrl": "https://lcapdev.cnpc.com.cn:8082/gateway/gyrj_tenant/gyrj_tenantalgopilot/v1/api/algopilot/property/chockQl",
|
||||
"beanId": "ServiceRegisterRest",
|
||||
"modelId": "",
|
||||
"beanMethodName": "redirectUrl",
|
||||
"methodType": "POST",
|
||||
"produces": "application/json;charset=utf-8",
|
||||
"consumes": "*",
|
||||
"extAttribute": "",
|
||||
"state": "1",
|
||||
"effectiveUser": "",
|
||||
"mockResponseConfigId": "",
|
||||
"regServiceUrl": "",
|
||||
"transaction": false,
|
||||
"joinRestId": "",
|
||||
"configType": "REG",
|
||||
"registerFlag": 1,
|
||||
"requestBodyFlag": true,
|
||||
"bodyEscapeFlag": false,
|
||||
"viewId": "",
|
||||
"logType": 2,
|
||||
"syncFlag": true,
|
||||
"scsPlugConfig": "[]",
|
||||
"regServerId": "",
|
||||
"bindingGatewayType": "",
|
||||
"responseSample": "",
|
||||
"failResponseSample": "",
|
||||
"syncAnnotation": true,
|
||||
"remark": "",
|
||||
"tags": "",
|
||||
"categoryId": "gyrj_tenantGYRJ_TENANTALGOPILOT_CATEGORY_250620002",
|
||||
"businessClassIds": "test_ddd",
|
||||
"version": "1.0",
|
||||
"parentId": "",
|
||||
"deprecated": false,
|
||||
"requestBodyRequired": false,
|
||||
"requestBodyDataType": "",
|
||||
"requestBodySchemaRef": "",
|
||||
"requestBodySampleStr": "\r\n { \"Pt\": 1.2,\r\n \"Ph\": 1,\r\n \"Dchock\": 8.467,\r\n \"Rowl\": 906,\r\n \"fw\": 0.5,\r\n \"GLR\": 100,\r\n \"k\": 1.299\r\n}",
|
||||
"sqlConfigId": "",
|
||||
"filters": "",
|
||||
"retryNum": 0,
|
||||
"retrySleep": 0,
|
||||
"loadBalanceId": "WeightRandomServer",
|
||||
"authType": 2,
|
||||
"approveAuthType": 3,
|
||||
"serializeNull": false,
|
||||
"visibleUserIds": "",
|
||||
"ownerUserId": "",
|
||||
"connecterId": "",
|
||||
"requestCompatibleFlag": 1,
|
||||
"paramsDocs": [
|
||||
{
|
||||
"id": "f9ff5b91868d41ccb755c1f2a6e7779b",
|
||||
"fieldName": "",
|
||||
"fieldId": "Pt",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1.2",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "841c158c430a46748e391f078caf2c62",
|
||||
"fieldName": "",
|
||||
"fieldId": "Ph",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "25decf3885734b9ea3db3ba654518f2b",
|
||||
"fieldName": "",
|
||||
"fieldId": "Dchock",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "8.467",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "24f9497dc90249ff82abe6362a638042",
|
||||
"fieldName": "",
|
||||
"fieldId": "Rowl",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "906",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "68940892b97243f7bb686b4ba66449b1",
|
||||
"fieldName": "",
|
||||
"fieldId": "fw",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "0.5",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "3a6b09b7e4bd404e84585875f7de8134",
|
||||
"fieldName": "",
|
||||
"fieldId": "GLR",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "100",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "60419eb45bc641c68a14424944c7f1a8",
|
||||
"fieldName": "",
|
||||
"fieldId": "k",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1.299",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
}
|
||||
],
|
||||
"responseDocs": [],
|
||||
"outputParamsDocs": [],
|
||||
"hotFlag": 0,
|
||||
"recommendFlag": 0,
|
||||
"clickNum": 7,
|
||||
"iconUrl": "",
|
||||
"price": "会员免费",
|
||||
"score": 80,
|
||||
"describeBody": "<p></p>",
|
||||
"publishStatus": "1",
|
||||
"backendMethod": "*",
|
||||
"backendUrl": "${$config.gyrj_tenantgyrj_tenantAlgopilot.server}/api/algopilot/property/chockQl",
|
||||
"backendServerId": "",
|
||||
"backendHaderTransparent": 0,
|
||||
"backendHeaderParams": "[]",
|
||||
"backendConnectTimeout": 30000,
|
||||
"backendParamType": 1,
|
||||
"backendResponseBodyStreamFlag": false,
|
||||
"backendResponseBodyChunkedStreamFlag": false,
|
||||
"backendRequestBodyTemplate": "",
|
||||
"webServiceRequestXmlFlag": true,
|
||||
"webServiceResponseXmlFlag": true,
|
||||
"webServiceRequestBody": "",
|
||||
"webServiceXmlSubNode": "",
|
||||
"webServiceRequestXmlFillType": 1,
|
||||
"webServiceWsdlUrl": "",
|
||||
"webServiceWsdlDocument": "",
|
||||
"webServiceRequestBodyFlag": true,
|
||||
"xmlTemplateId": "",
|
||||
"webServiceResponseBody": "",
|
||||
"webServiceResponseXmlFillType": 1,
|
||||
"dubboApplicationName": "",
|
||||
"dubboConnectionType": "",
|
||||
"dubboZookeeper": "",
|
||||
"dubboInterface": "",
|
||||
"dubboMethodName": "",
|
||||
"dubboParamsType": "",
|
||||
"dubboVersion": "",
|
||||
"processId": "",
|
||||
"procedureId": "",
|
||||
"bindServicesConfigId": "",
|
||||
"businessDataTagConfigs": "",
|
||||
"changeMethod": "",
|
||||
"slaLevel": 1,
|
||||
"isSystem": 0,
|
||||
"source": "GATEWAY",
|
||||
"responseCookie": false,
|
||||
"businessCodePath": "",
|
||||
"businessMessagePath": "",
|
||||
"configScore": 0,
|
||||
"allowRetry": 0,
|
||||
"assessConfigFlag": "0",
|
||||
"gRpcServer": "",
|
||||
"gRpcPackage": "",
|
||||
"gRpcService": "",
|
||||
"gRpcMethod": "",
|
||||
"ferry": false,
|
||||
"fileForwardPath": "",
|
||||
"fileForwardSelectPathType": "",
|
||||
"fileForwardSelectPath": "",
|
||||
"connectionPool": 0,
|
||||
"publishPortalStatus": "1",
|
||||
"sourceModuleType": "",
|
||||
"appId": "Algopilot",
|
||||
"createTime": "2025-06-20 16:13:01",
|
||||
"creator": "13693104300",
|
||||
"creatorName": "许茂",
|
||||
"editTime": "2025-06-24 13:36:15",
|
||||
"editor": "13693104300",
|
||||
"editorName": "许茂",
|
||||
"tenantCode": "gyrj_tenant",
|
||||
"paramsDocList": [
|
||||
{
|
||||
"id": "f9ff5b91868d41ccb755c1f2a6e7779b",
|
||||
"fieldName": "",
|
||||
"fieldId": "Pt",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1.2",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "841c158c430a46748e391f078caf2c62",
|
||||
"fieldName": "",
|
||||
"fieldId": "Ph",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "25decf3885734b9ea3db3ba654518f2b",
|
||||
"fieldName": "",
|
||||
"fieldId": "Dchock",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "8.467",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "24f9497dc90249ff82abe6362a638042",
|
||||
"fieldName": "",
|
||||
"fieldId": "Rowl",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "906",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "68940892b97243f7bb686b4ba66449b1",
|
||||
"fieldName": "",
|
||||
"fieldId": "fw",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "0.5",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "3a6b09b7e4bd404e84585875f7de8134",
|
||||
"fieldName": "",
|
||||
"fieldId": "GLR",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "100",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
},
|
||||
{
|
||||
"id": "60419eb45bc641c68a14424944c7f1a8",
|
||||
"fieldName": "",
|
||||
"fieldId": "k",
|
||||
"fieldType": "Number",
|
||||
"hidden": false,
|
||||
"breakFlag": false,
|
||||
"required": false,
|
||||
"sampleValue": "1.299",
|
||||
"enCode": 0,
|
||||
"order": 0,
|
||||
"in": "body",
|
||||
"errorCode": "",
|
||||
"maxLength": 0,
|
||||
"minLength": 0,
|
||||
"deprecated": false,
|
||||
"sortNum": 1
|
||||
}
|
||||
],
|
||||
"subscribeApplyFlag": true,
|
||||
"isBlackAndWhite": "0",
|
||||
"publishTime": "2025-06-20 16:13:01",
|
||||
"url": "/gyrj_tenant/gyrj_tenantalgopilot/v1/api/algopilot/property/chockQl",
|
||||
"accessRouting": "https://lcapdev.cnpc.com.cn:8082/gateway",
|
||||
"commentDocs": [],
|
||||
"header": "{\"Content-Type\":\"*\"}",
|
||||
"appName": "算法中试平台"
|
||||
}
|
||||
Reference in New Issue
Block a user