2024-07-16

Api Documentation

简介:Api Documentation

HOST:localhost:8089

联系人:

Version:1.0

接口路径:undefined

[TOC]

施工设计审查

[列表] 施工设计审查

接口地址:/core/loggingmonitorplus/logDesignReview/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:施工设计审查

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionId logSupervisionId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/更新] 施工设计审查

接口地址:/core/loggingmonitorplus/logDesignReview/saveUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:施工设计审查

请求示例:

{
    "logDesignReviewList": [
        {
            "checkItemContent": "",
            "checkItemDetails": "",
            "designId": "",
            "designReviewId": "",
            "inspectionResult": "",
            "supervisoryOpinion": "",
            "wellId": "",
            "wellboreId": ""
        }
    ],
    "wlLogDesign": {
        "alternateLoggingTeam": "",
        "constructionDesignDate": "",
        "designDocument": "",
        "designId": "",
        "designNumber": "",
        "designReviewDate": "",
        "designState": "",
        "logSupervisionId": "",
        "loggingTeam": "",
        "measurementMode": "",
        "reviewOpinion": "",
        "wellId": "",
        "wellboreId": ""
    }
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlLogDesignDto wlLogDesignDto body true WlLogDesignReviewDto WlLogDesignReviewDto
  logDesignReviewList false array WlLogDesignReview
    checkItemContent false string
    checkItemDetails false string
    designId false string
    designReviewId false string
    inspectionResult false string
    supervisoryOpinion false string
    wellId false string
    wellboreId false string
  wlLogDesign false WlLogDesign WlLogDesign
    alternateLoggingTeam false string
    constructionDesignDate false string(date-time)
    designDocument false string
    designId false string
    designNumber false string
    designReviewDate false string(date-time)
    designState false string
    logSupervisionId false string
    loggingTeam false string
    measurementMode false string
    reviewOpinion false string
    wellId false string
    wellboreId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

测井队伍-HSE应急预案

[删除] HSE应急预案

接口地址:/core/loggingmonitorplus/pobasteam/emergencyPlan/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除 HSE应急预案

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] HSE应急预案

接口地址:/core/loggingmonitorplus/pobasteam/emergencyPlan/list

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:HSE应急预案列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/编辑] HSE应急预案

接口地址:/core/loggingmonitorplus/pobasteam/emergencyPlan/saveUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:添加/编辑 HSE应急预案

请求示例:

[
    {
        "planDate": "",
        "planId": "",
        "planName": "",
        "planPath": "",
        "remark": "",
        "troopsIntelligenceId": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
info info body true array WlLogEmergencyPlan
  planDate false string
  planId false string
  planName false string
  planPath false string
  remark false string
  troopsIntelligenceId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

井下仪器信息管理

[删除] 井下仪器信息

接口地址:/core/loggingmonitorplus/instrument/batchDelete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除井下仪器信息

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[删除(移除)] 仪器黑名单

接口地址:/core/loggingmonitorplus/instrument/equipment/black/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:仪器黑名单删除或移除

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string
type del:删除;rm:移除 query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] 仪器黑名单

接口地址:/core/loggingmonitorplus/instrument/equipment/black/list

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:仪器黑名单列表

请求示例:

{
    "commissioningDate": "",
    "currentState": "",
    "curveNum": 0,
    "curvesDesc": "",
    "downTheWell": "",
    "finalRepairDate": "",
    "id": "",
    "instrumentId": "",
    "instrumentLength": 0,
    "instrumentManufacturingCode": "",
    "instrumentManufaturer": "",
    "instrumentModel": "",
    "instrumentName": "",
    "instrumentSerialNumber": "",
    "instrumentShape": "",
    "instrumentSpeed": 0,
    "instrumentWeight": 0,
    "logEquipClassify": "",
    "logEquipId": "",
    "logSupervisionId": "",
    "maxOutDiameter": 0,
    "mesurePoint": 0,
    "produceFactory": "",
    "ratedPressure": 0,
    "ratedTemperature": 0,
    "remarks": "",
    "software": "",
    "useOrgId": "",
    "wellId": "",
    "wellboreId": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlBasInstrument wlBasInstrument body true WlBasInstrument WlBasInstrument
  commissioningDate false string(date-time)
  currentState false string
  curveNum false integer(int32)
  curvesDesc false string
  downTheWell false string
  finalRepairDate false string(date-time)
  id false string
  instrumentId false string
  instrumentLength false number
  instrumentManufacturingCode false string
  instrumentManufaturer false string
  instrumentModel false string
  instrumentName false string
  instrumentSerialNumber false string
  instrumentShape false string
  instrumentSpeed false number(double)
  instrumentWeight false number(double)
  logEquipClassify false string
  logEquipId false string
  logSupervisionId false string
  maxOutDiameter false number
  mesurePoint false number(double)
  produceFactory false string
  ratedPressure false number
  ratedTemperature false number
  remarks false string
  software false string
  useOrgId false string
  wellId false string
  wellboreId false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增] 仪器黑名单

接口地址:/core/loggingmonitorplus/instrument/equipment/black/save

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:仪器黑名单新增

请求示例:

[
    {
        "createTime": "",
        "endTime": "",
        "enrolReason": "",
        "id": "",
        "instructAffil": "",
        "instrumentId": "",
        "recordReason": "",
        "remarks": "",
        "startTime": "",
        "updateTime": "",
        "wlEquipmentInfoId": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlEquipmentInfo wlEquipmentInfo body true array WlEquipmentInfo
  createTime false string(date-time)
  endTime false string(date-time)
  enrolReason false string
  id false string
  instructAffil false string
  instrumentId false string
  recordReason false string
  remarks false string
  startTime false string(date-time)
  updateTime false string(date-time)
  wlEquipmentInfoId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[下拉] 生产厂家

接口地址:/core/loggingmonitorplus/instrument/instrumentManufaturers

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:生产厂家

请求参数:

暂无

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[下拉] 仪器名称

接口地址:/core/loggingmonitorplus/instrument/instrumentNames

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:仪器名称

请求参数:

暂无

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[下拉] 仪器编号

接口地址:/core/loggingmonitorplus/instrument/instrumentSerialNumbers

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:仪器编号

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
instrumentName instrumentName query false string
instrumentManufaturer instrumentManufaturer query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] 井下仪器信息

接口地址:/core/loggingmonitorplus/instrument/list

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:井下仪器信息列表

请求示例:

{
    "commissioningDate": "",
    "currentState": "",
    "curveNum": 0,
    "curvesDesc": "",
    "downTheWell": "",
    "finalRepairDate": "",
    "id": "",
    "instrumentId": "",
    "instrumentLength": 0,
    "instrumentManufacturingCode": "",
    "instrumentManufaturer": "",
    "instrumentModel": "",
    "instrumentName": "",
    "instrumentSerialNumber": "",
    "instrumentShape": "",
    "instrumentSpeed": 0,
    "instrumentWeight": 0,
    "logEquipClassify": "",
    "logEquipId": "",
    "logSupervisionId": "",
    "maxOutDiameter": 0,
    "mesurePoint": 0,
    "produceFactory": "",
    "ratedPressure": 0,
    "ratedTemperature": 0,
    "remarks": "",
    "software": "",
    "useOrgId": "",
    "wellId": "",
    "wellboreId": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlBasInstrument wlBasInstrument body true WlBasInstrument WlBasInstrument
  commissioningDate false string(date-time)
  currentState false string
  curveNum false integer(int32)
  curvesDesc false string
  downTheWell false string
  finalRepairDate false string(date-time)
  id false string
  instrumentId false string
  instrumentLength false number
  instrumentManufacturingCode false string
  instrumentManufaturer false string
  instrumentModel false string
  instrumentName false string
  instrumentSerialNumber false string
  instrumentShape false string
  instrumentSpeed false number(double)
  instrumentWeight false number(double)
  logEquipClassify false string
  logEquipId false string
  logSupervisionId false string
  maxOutDiameter false number
  mesurePoint false number(double)
  produceFactory false string
  ratedPressure false number
  ratedTemperature false number
  remarks false string
  software false string
  useOrgId false string
  wellId false string
  wellboreId false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增(更新)] 井下仪器信息

接口地址:/core/loggingmonitorplus/instrument/saveOrUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:添加井下仪器信息

请求示例:

{
    "commissioningDate": "",
    "currentState": "",
    "curveNum": 0,
    "curvesDesc": "",
    "downTheWell": "",
    "finalRepairDate": "",
    "id": "",
    "instrumentId": "",
    "instrumentLength": 0,
    "instrumentManufacturingCode": "",
    "instrumentManufaturer": "",
    "instrumentModel": "",
    "instrumentName": "",
    "instrumentSerialNumber": "",
    "instrumentShape": "",
    "instrumentSpeed": 0,
    "instrumentWeight": 0,
    "logEquipClassify": "",
    "logEquipId": "",
    "logSupervisionId": "",
    "maxOutDiameter": 0,
    "mesurePoint": 0,
    "produceFactory": "",
    "ratedPressure": 0,
    "ratedTemperature": 0,
    "remarks": "",
    "software": "",
    "useOrgId": "",
    "wellId": "",
    "wellboreId": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlBasInstrument wlBasInstrument body true WlBasInstrument WlBasInstrument
  commissioningDate false string(date-time)
  currentState false string
  curveNum false integer(int32)
  curvesDesc false string
  downTheWell false string
  finalRepairDate false string(date-time)
  id false string
  instrumentId false string
  instrumentLength false number
  instrumentManufacturingCode false string
  instrumentManufaturer false string
  instrumentModel false string
  instrumentName false string
  instrumentSerialNumber false string
  instrumentShape false string
  instrumentSpeed false number(double)
  instrumentWeight false number(double)
  logEquipClassify false string
  logEquipId false string
  logSupervisionId false string
  maxOutDiameter false number
  mesurePoint false number(double)
  produceFactory false string
  ratedPressure false number
  ratedTemperature false number
  remarks false string
  software false string
  useOrgId false string
  wellId false string
  wellboreId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[删除] 刻度维保

接口地址:/core/loggingmonitorplus/instrument/scale/batchDelete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除刻度维保

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] 刻度维保

接口地址:/core/loggingmonitorplus/instrument/scale/list

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:刻度维保列表

请求示例:

{
    "calibrationDate": "",
    "instrumentId": "",
    "instrumentInspectionReport": "",
    "lastInstrumentaDate": "",
    "maintenanceDate": "",
    "maintenanceRecord": "",
    "scaleInformationId": "",
    "shopScaleRecord": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlScaleInformation wlScaleInformation body true WlScaleInformation WlScaleInformation
  calibrationDate false string(date-time)
  instrumentId false string
  instrumentInspectionReport false string
  lastInstrumentaDate false string(date-time)
  maintenanceDate false string(date-time)
  maintenanceRecord false string
  scaleInformationId false string
  shopScaleRecord false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增(更新)] 刻度维保

接口地址:/core/loggingmonitorplus/instrument/scale/saveOrUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:添加刻度维保

请求示例:

[
    {
        "calibrationDate": "",
        "instrumentId": "",
        "instrumentInspectionReport": "",
        "lastInstrumentaDate": "",
        "maintenanceDate": "",
        "maintenanceRecord": "",
        "scaleInformationId": "",
        "shopScaleRecord": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlScaleInformations wlScaleInformations body true array WlScaleInformation
  calibrationDate false string(date-time)
  instrumentId false string
  instrumentInspectionReport false string
  lastInstrumentaDate false string(date-time)
  maintenanceDate false string(date-time)
  maintenanceRecord false string
  scaleInformationId false string
  shopScaleRecord false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

测井队伍

删除-黑名单

接口地址:/core/loggingmonitorplus/pobasteam/blacklist/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除黑名单列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
type hr:人员黑名单;hrCom:队伍黑名单 query false string
idList 对应黑名单ID body false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

移除-黑名单

接口地址:/core/loggingmonitorplus/pobasteam/blacklist/remove

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:移除黑名单

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
type hr:人员黑名单;hrCom:队伍黑名单 query false string
idList 对应黑名单ID body false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

下拉-下拉数据

接口地址:/core/loggingmonitorplus/pobasteam/dropdown/list

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:下拉数据

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
type groupNumber:集团统一编号; query false string
keyWord 搜索关键字 query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-测井设备

接口地址:/core/loggingmonitorplus/pobasteam/equipment/list

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:测井设备列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-人员黑名单

接口地址:/core/loggingmonitorplus/pobasteam/hrblack/list

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:人员黑名单列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
name name query false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

新增-人员黑名单

接口地址:/core/loggingmonitorplus/pobasteam/hrblack/save

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:加入人员黑名单

请求示例:

[
    {
        "createTime": "yyyy-MM-dd",
        "employeeId": "",
        "endTime": "yyyy-MM-dd",
        "enrolReason": "",
        "id": "",
        "instructAffil": "",
        "poBlacklistId": "",
        "postNmae": "",
        "punishMoney": 0,
        "punishResult": "",
        "punishWay": "",
        "recordReason": "",
        "remarks": "",
        "startTime": "yyyy-MM-dd",
        "updateTime": "yyyy-MM-dd",
        "wellLogCrewId": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
info info body true array HrBlacklistInfo
  createTime false string
  employeeId false string
  endTime false string
  enrolReason false string
  id false string
  instructAffil false string
  poBlacklistId false string
  postNmae false string
  punishMoney false number
  punishResult false string
  punishWay false string
  recordReason false string
  remarks false string
  startTime false string
  updateTime false string
  wellLogCrewId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-队伍黑名单

接口地址:/core/loggingmonitorplus/pobasteam/hrcomblack/list

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍黑名单列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
teamName teamName query false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

新增-队伍黑名单

接口地址:/core/loggingmonitorplus/pobasteam/hrcomblack/save

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:加入队伍黑名单

请求示例:

[
    {
        "admitDate": "yyyy-MM-dd",
        "billsNumber": "",
        "buildType": "",
        "businessDate": "yyyy-MM-dd",
        "createTime": "",
        "endTime": "yyyy-MM-dd",
        "enrolReason": "",
        "hrBlacklistId": "",
        "instructAffil": "",
        "punishMoney": 0,
        "punishResult": "",
        "punishWay": "",
        "recordReason": "",
        "remarks": "",
        "startTime": "yyyy-MM-dd",
        "troopsIntelligenceId": "",
        "updateTime": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
info info body true array HrComBlacklistInfo
  admitDate false string
  billsNumber false string
  buildType false string
  businessDate false string
  createTime false string(date-time)
  endTime false string
  enrolReason false string
  hrBlacklistId false string
  instructAffil false string
  punishMoney false number
  punishResult false string
  punishWay false string
  recordReason false string
  remarks false string
  startTime false string
  troopsIntelligenceId false string
  updateTime false string(date-time)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-队伍人员/测井设备

接口地址:/core/loggingmonitorplus/pobasteam/list/byGroupNumbers

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍人员/测井设备

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
page page query false integer(int32)
size size query false integer(int32)
type eq:测井设备;user:队伍人员 query false string
groupNumbers 集团统一编号 body false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-队伍人员

接口地址:/core/loggingmonitorplus/pobasteam/loguser/list

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍人员列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string
page page query false integer(int32)
size size query false integer(int32)

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

总览-队伍资质

接口地址:/core/loggingmonitorplus/pobasteam/profile/info

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍资质总览

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

删除-队伍资质

接口地址:/core/loggingmonitorplus/pobasteam/qualification/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍资质删除

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

列表-队伍资质

接口地址:/core/loggingmonitorplus/pobasteam/qualification/list

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:队伍资质列表

请求示例:

{
    "applicantCompany": "",
    "groupNumber": "",
    "page": 0,
    "size": 0,
    "specialty": "",
    "troopsIntelligenceGd": "",
    "troopsIntelligenceId": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
dto dto body true PoBasTeamQueryDto PoBasTeamQueryDto
  applicantCompany false string
  groupNumber false string
  page false integer(int32)
  size false integer(int32)
  specialty false string
  troopsIntelligenceGd false string
  troopsIntelligenceId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

测井队伍-深度系统及辅助用具

[删除] 深度系统及辅助用具

接口地址:/core/loggingmonitorplus/pobasteam/depthSysteList/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除 深度系统及辅助用具

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] 深度系统及辅助用具

接口地址:/core/loggingmonitorplus/pobasteam/depthSysteList/list

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:深度系统及辅助用具列表

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string
groupNumbers groupNumbers query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/更新] 深度系统及辅助用具

接口地址:/core/loggingmonitorplus/pobasteam/depthSysteList/saveUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:添加/编辑 深度系统及辅助用具

请求示例:

[
    {
        "cableDepthRecordTime": "yyyy-MM-dd",
        "calibrationEquipmentUploadTime": "yyyy-MM-dd",
        "depthSystemAuxiliaryToolsId": "",
        "fieldCalibrationInstrumentPath": "",
        "martindikeCheckRecordPath": "",
        "martindikeCheckRecordUploadTime": "yyyy-MM-dd",
        "theDepthTheCableRecordsPath": "",
        "troopsIntelligenceId": "",
        "troopsProfileId": "",
        "winchSystemPath": "",
        "winchSystemUploadTime": "yyyy-MM-dd"
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
info info body true array WlDepthSysteList
  cableDepthRecordTime false string
  calibrationEquipmentUploadTime false string
  depthSystemAuxiliaryToolsId false string
  fieldCalibrationInstrumentPath false string
  martindikeCheckRecordPath false string
  martindikeCheckRecordUploadTime false string
  theDepthTheCableRecordsPath false string
  troopsIntelligenceId false string
  troopsProfileId false string
  winchSystemPath false string
  winchSystemUploadTime false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

数据同步刷新

队伍配置数据同步刷新

接口地址:/core/loggingmonitorplus/task/basteam/refresh

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:队伍配置数据同步刷新

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
taskName q:刷新资质信息,p:刷新概况信息,u:刷新人员信息,e:刷新设备信息 body false string
startDate 开始日期 body false string
endDate 结束日期 body false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

测井监督采集基础信息

删除基础信息

接口地址:/core/loggingmonitorplus/basecollectsource/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:删除基础信息

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionIds logSupervisionIds body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

基础信息回显

接口地址:/core/loggingmonitorplus/basecollectsource/feedback

请求方式:GET

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:基础信息回显

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionIds logSupervisionIds query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

添加基础信息

接口地址:/core/loggingmonitorplus/basecollectsource/insert

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:添加基础信息

请求示例:

{
    "acceptor": "",
    "actualCloutRange": "",
    "actualCompletionDate": "",
    "artificialWellBottom": 0,
    "azimuth": "",
    "bitProfileId": "",
    "bitSize": "",
    "bottomCasingDiameter": 0,
    "bottomPress": 0,
    "bottomTemp": 0,
    "casingDepth": "",
    "casingDiameter": "",
    "casingGaugeSleeve": "",
    "casingOilJacket": "",
    "casingPressure": 0,
    "casingPro": "",
    "casingSize": "",
    "casingSleeve": "",
    "casingThickness": "",
    "cementDepth": 0,
    "cementExpectTop": 0,
    "cementTimes": "",
    "comentEndDepth": 0,
    "comentStartDepth": 0,
    "completionMd": 0,
    "consOrg": "",
    "constructionContent": "",
    "contractFee": 0,
    "contractName": "",
    "contractNo": "",
    "contractType": "",
    "contractor": "",
    "coveredDistance": 0,
    "currentOpenTimes": "",
    "dailyGasProduct": 0,
    "dailyLiquidProduct": 0,
    "dailyOilProduct": 0,
    "dataRegion": "",
    "directorSign": "",
    "displace": "",
    "drillingSupervisor": "",
    "elev": "",
    "estimatedCost": 0,
    "explorationArea": "",
    "feedback": "",
    "fourSexualRelationsReport": "",
    "geologicalDirectorTelephone": "",
    "geologyLeader": "",
    "groundToHeart": "",
    "informer": "",
    "injectionPressure": 0,
    "instrumnetArrDate": "",
    "isDrillprocessOverflow": "",
    "isHarmfulGas": "",
    "isRadioactiveSource": "",
    "isSpecialEntryMaterials": "",
    "issueDate": "",
    "logCompanyName": "",
    "logDesign": "",
    "logDesignStatus": "",
    "logEndTime": "",
    "logIteam": "",
    "logOrder": "",
    "logStartTime": "",
    "logSupervision": "",
    "logSupervisionId": "",
    "logSupervisor": "",
    "logSupportMaterial": "",
    "logTeam": "",
    "loggingLeader": "",
    "magneticDeclination": "",
    "maxInlination": 0,
    "maxInlinationDep": 0,
    "measuringMode": "",
    "mudCl": 0,
    "mudDensity": 0,
    "mudFluidLoss": 0,
    "mudPh": 0,
    "mudResistivityTemperature": 0,
    "mudSystem": "",
    "mudTemperature": 0,
    "mudViscosity": 0,
    "noticeLogItemList": [
        {
            "bsflag": 0,
            "checkDate": "",
            "checkUserId": "",
            "comments": "",
            "createAppId": "",
            "createDate": "",
            "createUserId": "",
            "dataRegion": "",
            "dataSource": "",
            "endDepth": 0,
            "logItem": "",
            "logItemCategory": "",
            "logSupervisionId": "",
            "noticeLogItemId": "",
            "noticeNameId": "",
            "software": "",
            "sourceDataId": "",
            "startDepth": 0,
            "updateDate": "",
            "updateUserId": ""
        }
    ],
    "noticeName": "",
    "noticeNo": "",
    "noticeStatus": "",
    "notifierTelephone": "",
    "offsetWellMonitoringReport": "",
    "openHoleEndDepth": 0,
    "openHoleStartDepth": 0,
    "originalFieldLogFile": "",
    "partAAdministration": "",
    "partAExecutiveDept": "",
    "planCompletionDate": "",
    "prodDate": "",
    "prodRate": 0,
    "projectTeam": "",
    "pumpSpm": 0,
    "pumpStrokeLength": 0,
    "qualityTaskStatus": "",
    "radioactiveCorrectionValue": 0,
    "reasonForChange": "",
    "receiver": "",
    "receiverTelephone": "",
    "remarks": "",
    "requireGetDate": "",
    "rigLeader": "",
    "slurryDens": 0,
    "soakVolume": 0,
    "software": "",
    "standardLayerDepth": 0,
    "startDepth": 0,
    "superviseDate": "",
    "superviseUnit": "",
    "supervisionAdmin": "",
    "supervisorCertifiNumber": "",
    "supervisorSign": "",
    "tabulationDept": "",
    "targetFormation": "",
    "taskStatus": "",
    "taskType": "",
    "teamName": "",
    "teamOrg": "",
    "tracerName": "",
    "tubingPressure": 0,
    "tvd": "",
    "userId": "",
    "wellCommonName": "",
    "wellId": "",
    "wellLeaderOnThePhone": "",
    "wellPurpose": "",
    "wellType": "",
    "wellboreId": "",
    "wellboreMedium": "",
    "wellboreProfile": "",
    "wordfileId": "",
    "workQuality": "",
    "xcoordinate": "",
    "ycoordinate": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
baseCollectSourceDto baseCollectSourceDto body true BaseCollectSourceDto BaseCollectSourceDto
  acceptor false string
  actualCloutRange false string
  actualCompletionDate false string(date-time)
  artificialWellBottom false number
  azimuth false string
  bitProfileId false string
  bitSize false string
  bottomCasingDiameter false number
  bottomPress false number
  bottomTemp false number
  casingDepth false string
  casingDiameter false string
  casingGaugeSleeve false string
  casingOilJacket false string
  casingPressure false number
  casingPro false string
  casingSize false string
  casingSleeve false string
  casingThickness false string
  cementDepth false number
  cementExpectTop false number
  cementTimes false string(date-time)
  comentEndDepth false number
  comentStartDepth false number
  completionMd false number
  consOrg false string
  constructionContent false string
  contractFee false number
  contractName false string
  contractNo false string
  contractType false string
  contractor false string
  coveredDistance false number
  currentOpenTimes false string
  dailyGasProduct false number
  dailyLiquidProduct false number
  dailyOilProduct false number
  dataRegion false string
  directorSign false string
  displace false string
  drillingSupervisor false string
  elev false string
  estimatedCost false number
  explorationArea false string
  feedback false string
  fourSexualRelationsReport false string
  geologicalDirectorTelephone false string
  geologyLeader false string
  groundToHeart false string
  informer false string
  injectionPressure false number
  instrumnetArrDate false string(date-time)
  isDrillprocessOverflow false string
  isHarmfulGas false string
  isRadioactiveSource false string
  isSpecialEntryMaterials false string
  issueDate false string(date-time)
  logCompanyName false string
  logDesign false string
  logDesignStatus false string
  logEndTime false string(date-time)
  logIteam false string
  logOrder false string
  logStartTime false string(date-time)
  logSupervision false string
  logSupervisionId false string
  logSupervisor false string
  logSupportMaterial false string
  logTeam false string
  loggingLeader false string
  magneticDeclination false string
  maxInlination false number
  maxInlinationDep false number
  measuringMode false string
  mudCl false number
  mudDensity false number
  mudFluidLoss false number
  mudPh false number
  mudResistivityTemperature false number
  mudSystem false string
  mudTemperature false number
  mudViscosity false number
  noticeLogItemList false array WlOpsTaskNoticeLogItem
    bsflag false integer(int32)
    checkDate false string(date-time)
    checkUserId false string
    comments false string
    createAppId false string
    createDate false string(date-time)
    createUserId false string
    dataRegion false string
    dataSource false string
    endDepth false number
    logItem false string
    logItemCategory false string
    logSupervisionId false string
    noticeLogItemId false string
    noticeNameId false string
    software false string
    sourceDataId false string
    startDepth false number
    updateDate false string(date-time)
    updateUserId false string
  noticeName false string
  noticeNo false string
  noticeStatus false string
  notifierTelephone false string
  offsetWellMonitoringReport false string
  openHoleEndDepth false number
  openHoleStartDepth false number
  originalFieldLogFile false string
  partAAdministration false string
  partAExecutiveDept false string
  planCompletionDate false string(date-time)
  prodDate false string(date-time)
  prodRate false number
  projectTeam false string
  pumpSpm false number
  pumpStrokeLength false number
  qualityTaskStatus false string
  radioactiveCorrectionValue false number
  reasonForChange false string
  receiver false string
  receiverTelephone false string
  remarks false string
  requireGetDate false string(date-time)
  rigLeader false string
  slurryDens false number
  soakVolume false number
  software false string
  standardLayerDepth false number
  startDepth false number
  superviseDate false string(date-time)
  superviseUnit false string
  supervisionAdmin false string
  supervisorCertifiNumber false string
  supervisorSign false string
  tabulationDept false string
  targetFormation false string
  taskStatus false string
  taskType false string
  teamName false string
  teamOrg false string
  tracerName false string
  tubingPressure false number
  tvd false string
  userId false string
  wellCommonName false string
  wellId false string
  wellLeaderOnThePhone false string
  wellPurpose false string
  wellType false string
  wellboreId false string
  wellboreMedium false string
  wellboreProfile false string
  wordfileId false string
  workQuality false string
  xcoordinate false string
  ycoordinate false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

查询测井监督任务列表

接口地址:/core/loggingmonitorplus/basecollectsource/list

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:查询测井监督任务列表

请求示例:

{
    "actualCompletionDate": "",
    "actualCompletionDateBegin": "",
    "actualCompletionDateEnd": "",
    "consOrg": "",
    "dataRegion": "",
    "issueDate": "",
    "issueDateBegin": "",
    "issueDateEnd": "",
    "logSupervisionId": "",
    "logSupervisor": "",
    "loggingLeader": "",
    "page": 0,
    "size": 0,
    "supervisionAdmin": "",
    "taskType": "",
    "wellCommonName": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
queryDto queryDto body true BaseCollectSourcePostDto BaseCollectSourcePostDto
  actualCompletionDate false string
  actualCompletionDateBegin false string
  actualCompletionDateEnd false string
  consOrg false string
  dataRegion false string
  issueDate false string
  issueDateBegin false string
  issueDateEnd false string
  logSupervisionId false string
  logSupervisor false string
  loggingLeader false string
  page false integer(int32)
  size false integer(int32)
  supervisionAdmin false string
  taskType false string
  wellCommonName false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

更新基础信息

接口地址:/core/loggingmonitorplus/basecollectsource/update

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:更新基础信息

请求示例:

{
    "acceptor": "",
    "actualCloutRange": "",
    "actualCompletionDate": "",
    "artificialWellBottom": 0,
    "azimuth": "",
    "bitProfileId": "",
    "bitSize": "",
    "bottomCasingDiameter": 0,
    "bottomPress": 0,
    "bottomTemp": 0,
    "casingDepth": "",
    "casingDiameter": "",
    "casingGaugeSleeve": "",
    "casingOilJacket": "",
    "casingPressure": 0,
    "casingPro": "",
    "casingSize": "",
    "casingSleeve": "",
    "casingThickness": "",
    "cementDepth": 0,
    "cementExpectTop": 0,
    "cementTimes": "",
    "comentEndDepth": 0,
    "comentStartDepth": 0,
    "completionMd": 0,
    "consOrg": "",
    "constructionContent": "",
    "contractFee": 0,
    "contractName": "",
    "contractNo": "",
    "contractType": "",
    "contractor": "",
    "coveredDistance": 0,
    "currentOpenTimes": "",
    "dailyGasProduct": 0,
    "dailyLiquidProduct": 0,
    "dailyOilProduct": 0,
    "dataRegion": "",
    "directorSign": "",
    "displace": "",
    "drillingSupervisor": "",
    "elev": "",
    "estimatedCost": 0,
    "explorationArea": "",
    "feedback": "",
    "fourSexualRelationsReport": "",
    "geologicalDirectorTelephone": "",
    "geologyLeader": "",
    "groundToHeart": "",
    "informer": "",
    "injectionPressure": 0,
    "instrumnetArrDate": "",
    "isDrillprocessOverflow": "",
    "isHarmfulGas": "",
    "isRadioactiveSource": "",
    "isSpecialEntryMaterials": "",
    "issueDate": "",
    "logCompanyName": "",
    "logDesign": "",
    "logDesignStatus": "",
    "logEndTime": "",
    "logIteam": "",
    "logOrder": "",
    "logStartTime": "",
    "logSupervision": "",
    "logSupervisionId": "",
    "logSupervisor": "",
    "logSupportMaterial": "",
    "logTeam": "",
    "loggingLeader": "",
    "magneticDeclination": "",
    "maxInlination": 0,
    "maxInlinationDep": 0,
    "measuringMode": "",
    "mudCl": 0,
    "mudDensity": 0,
    "mudFluidLoss": 0,
    "mudPh": 0,
    "mudResistivityTemperature": 0,
    "mudSystem": "",
    "mudTemperature": 0,
    "mudViscosity": 0,
    "noticeLogItemList": [
        {
            "bsflag": 0,
            "checkDate": "",
            "checkUserId": "",
            "comments": "",
            "createAppId": "",
            "createDate": "",
            "createUserId": "",
            "dataRegion": "",
            "dataSource": "",
            "endDepth": 0,
            "logItem": "",
            "logItemCategory": "",
            "logSupervisionId": "",
            "noticeLogItemId": "",
            "noticeNameId": "",
            "software": "",
            "sourceDataId": "",
            "startDepth": 0,
            "updateDate": "",
            "updateUserId": ""
        }
    ],
    "noticeName": "",
    "noticeNo": "",
    "noticeStatus": "",
    "notifierTelephone": "",
    "offsetWellMonitoringReport": "",
    "openHoleEndDepth": 0,
    "openHoleStartDepth": 0,
    "originalFieldLogFile": "",
    "partAAdministration": "",
    "partAExecutiveDept": "",
    "planCompletionDate": "",
    "prodDate": "",
    "prodRate": 0,
    "projectTeam": "",
    "pumpSpm": 0,
    "pumpStrokeLength": 0,
    "qualityTaskStatus": "",
    "radioactiveCorrectionValue": 0,
    "reasonForChange": "",
    "receiver": "",
    "receiverTelephone": "",
    "remarks": "",
    "requireGetDate": "",
    "rigLeader": "",
    "slurryDens": 0,
    "soakVolume": 0,
    "software": "",
    "standardLayerDepth": 0,
    "startDepth": 0,
    "superviseDate": "",
    "superviseUnit": "",
    "supervisionAdmin": "",
    "supervisorCertifiNumber": "",
    "supervisorSign": "",
    "tabulationDept": "",
    "targetFormation": "",
    "taskStatus": "",
    "taskType": "",
    "teamName": "",
    "teamOrg": "",
    "tracerName": "",
    "tubingPressure": 0,
    "tvd": "",
    "userId": "",
    "wellCommonName": "",
    "wellId": "",
    "wellLeaderOnThePhone": "",
    "wellPurpose": "",
    "wellType": "",
    "wellboreId": "",
    "wellboreMedium": "",
    "wellboreProfile": "",
    "wordfileId": "",
    "workQuality": "",
    "xcoordinate": "",
    "ycoordinate": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
baseCollectSourceDto baseCollectSourceDto body true BaseCollectSourceDto BaseCollectSourceDto
  acceptor false string
  actualCloutRange false string
  actualCompletionDate false string(date-time)
  artificialWellBottom false number
  azimuth false string
  bitProfileId false string
  bitSize false string
  bottomCasingDiameter false number
  bottomPress false number
  bottomTemp false number
  casingDepth false string
  casingDiameter false string
  casingGaugeSleeve false string
  casingOilJacket false string
  casingPressure false number
  casingPro false string
  casingSize false string
  casingSleeve false string
  casingThickness false string
  cementDepth false number
  cementExpectTop false number
  cementTimes false string(date-time)
  comentEndDepth false number
  comentStartDepth false number
  completionMd false number
  consOrg false string
  constructionContent false string
  contractFee false number
  contractName false string
  contractNo false string
  contractType false string
  contractor false string
  coveredDistance false number
  currentOpenTimes false string
  dailyGasProduct false number
  dailyLiquidProduct false number
  dailyOilProduct false number
  dataRegion false string
  directorSign false string
  displace false string
  drillingSupervisor false string
  elev false string
  estimatedCost false number
  explorationArea false string
  feedback false string
  fourSexualRelationsReport false string
  geologicalDirectorTelephone false string
  geologyLeader false string
  groundToHeart false string
  informer false string
  injectionPressure false number
  instrumnetArrDate false string(date-time)
  isDrillprocessOverflow false string
  isHarmfulGas false string
  isRadioactiveSource false string
  isSpecialEntryMaterials false string
  issueDate false string(date-time)
  logCompanyName false string
  logDesign false string
  logDesignStatus false string
  logEndTime false string(date-time)
  logIteam false string
  logOrder false string
  logStartTime false string(date-time)
  logSupervision false string
  logSupervisionId false string
  logSupervisor false string
  logSupportMaterial false string
  logTeam false string
  loggingLeader false string
  magneticDeclination false string
  maxInlination false number
  maxInlinationDep false number
  measuringMode false string
  mudCl false number
  mudDensity false number
  mudFluidLoss false number
  mudPh false number
  mudResistivityTemperature false number
  mudSystem false string
  mudTemperature false number
  mudViscosity false number
  noticeLogItemList false array WlOpsTaskNoticeLogItem
    bsflag false integer(int32)
    checkDate false string(date-time)
    checkUserId false string
    comments false string
    createAppId false string
    createDate false string(date-time)
    createUserId false string
    dataRegion false string
    dataSource false string
    endDepth false number
    logItem false string
    logItemCategory false string
    logSupervisionId false string
    noticeLogItemId false string
    noticeNameId false string
    software false string
    sourceDataId false string
    startDepth false number
    updateDate false string(date-time)
    updateUserId false string
  noticeName false string
  noticeNo false string
  noticeStatus false string
  notifierTelephone false string
  offsetWellMonitoringReport false string
  openHoleEndDepth false number
  openHoleStartDepth false number
  originalFieldLogFile false string
  partAAdministration false string
  partAExecutiveDept false string
  planCompletionDate false string(date-time)
  prodDate false string(date-time)
  prodRate false number
  projectTeam false string
  pumpSpm false number
  pumpStrokeLength false number
  qualityTaskStatus false string
  radioactiveCorrectionValue false number
  reasonForChange false string
  receiver false string
  receiverTelephone false string
  remarks false string
  requireGetDate false string(date-time)
  rigLeader false string
  slurryDens false number
  soakVolume false number
  software false string
  standardLayerDepth false number
  startDepth false number
  superviseDate false string(date-time)
  superviseUnit false string
  supervisionAdmin false string
  supervisorCertifiNumber false string
  supervisorSign false string
  tabulationDept false string
  targetFormation false string
  taskStatus false string
  taskType false string
  teamName false string
  teamOrg false string
  tracerName false string
  tubingPressure false number
  tvd false string
  userId false string
  wellCommonName false string
  wellId false string
  wellLeaderOnThePhone false string
  wellPurpose false string
  wellType false string
  wellboreId false string
  wellboreMedium false string
  wellboreProfile false string
  wordfileId false string
  workQuality false string
  xcoordinate false string
  ycoordinate false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

资源文件信息

[删除] 资源文件信息

接口地址:/core/loggingmonitorplus/resource/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

接口描述:资源文件信息

请求示例:

{
    "appendixValueCode": "",
    "englishName": "",
    "parentAppendixValueCode": "",
    "propertyTableChineseName": "",
    "theSerialNumber": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
resourceDto resourceDto body true ResourceDto ResourceDto
  appendixValueCode false string
  englishName false string
  parentAppendixValueCode false string
  propertyTableChineseName false string
  theSerialNumber false string
resourceName resourceName query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/编辑] 资源文件信息

接口地址:/core/loggingmonitorplus/resource/edit

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

接口描述:资源文件信息

请求示例:

[
    {
        "appendixValueCode": "",
        "englishName": "",
        "parentAppendixValueCode": "",
        "propertyTableChineseName": "",
        "theSerialNumber": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
resourceDto resourceDto body true array ResourceDto
  appendixValueCode false string
  englishName false string
  parentAppendixValueCode false string
  propertyTableChineseName false string
  theSerialNumber false string
resourceName resourceName query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[查询] 资源文件信息

接口地址:/core/loggingmonitorplus/resource/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:资源文件信息

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
resourceName resourceName query false string
dataRegion dataRegion query false string
treeType treeType query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

现场资料上传

[查看] 施工安全协议书

接口地址:/core/loggingmonitorplus/coordination/SafetyAgreement/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:施工安全协议书

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionId logSupervisionId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增(更新)] 施工安全协议书

接口地址:/core/loggingmonitorplus/coordination/SafetyAgreement/saveOrUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:施工安全协议书

请求示例:

{
    "drillingCrewLeader": "",
    "drillingUnitName": "",
    "leaderLoggingTeam": "",
    "logSupervisionId": "",
    "loggingUnitName": "",
    "otherMatters": "",
    "safetyAgreementId": "",
    "securityAgreementContent": "",
    "securityName": "",
    "signingDate": "",
    "supervisionOpinions": "",
    "wellId": "",
    "wellboreId": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlSafetyAgreement wlSafetyAgreement body true WlSafetyAgreement WlSafetyAgreement
  drillingCrewLeader false string
  drillingUnitName false string
  leaderLoggingTeam false string
  logSupervisionId false string
  loggingUnitName false string
  otherMatters false string
  safetyAgreementId false string
  securityAgreementContent false string
  securityName false string
  signingDate false string(date-time)
  supervisionOpinions false string
  wellId false string
  wellboreId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[删除] 测井原始数据文件信息

接口地址:/core/loggingmonitorplus/coordination/WlRawLogData/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:测井原始数据文件信息

请求示例:

[]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
idList idList body true array string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[列表] 测井原始数据文件信息

接口地址:/core/loggingmonitorplus/coordination/WlRawLogData/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:测井原始数据文件信息

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionId logSupervisionId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/更新] 测井原始数据文件信息

接口地址:/core/loggingmonitorplus/coordination/WlRawLogData/saveUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:测井原始数据文件信息

请求示例:

[
    {
        "logSupervisionId": "",
        "originalDataName": "",
        "originalDataType": "",
        "rawDataFile": "",
        "rawLogDataId": "",
        "submissionTime": "",
        "submitter": "",
        "wellId": "",
        "wellboreId": ""
    }
]

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlRawLogData wlRawLogData body true array WlRawLogData
  logSupervisionId false string
  originalDataName false string
  originalDataType false string
  rawDataFile false string
  rawLogDataId false string
  submissionTime false string(date-time)
  submitter false string
  wellId false string
  wellboreId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[删除] 测井作业过程/实际测井项目

接口地址:/core/loggingmonitorplus/coordination/logProcessInformation/delete

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

接口描述:测井作业过程/实际测井项目

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
type pro(测井作业过程),act(实际测井项目),可用值:pro,act query false string
idList 测井作业或实际测井项目对应的ID query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[查看] 测井作业过程

接口地址:/core/loggingmonitorplus/coordination/logProcessInformation/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:测井作业过程

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionId logSupervisionId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增(更新)] 测井作业过程

接口地址:/core/loggingmonitorplus/coordination/logProcessInformation/saveOrUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:测井作业过程

请求示例:

{
    "duration": "",
    "jobEndTime": "",
    "jobStartTime": "",
    "logProcessId": "",
    "logSupervisionId": "",
    "logTrip": "",
    "remark": "",
    "wellId": "",
    "wellboreId": "",
    "wlActualLoggingProjectList": [
        {
            "comments": "",
            "endDepth": 0,
            "instrumentId": "",
            "instrumentSerialNumber": "",
            "instrumentStatus": "",
            "logItem": "",
            "logItemCategory": "",
            "logProcessId": "",
            "noticeLogItemId": "",
            "software": "",
            "startDepth": 0
        }
    ],
    "wlOpsFailureRec": {
        "abnormalInstrumentName": "",
        "abnormalInstrumentNo": "",
        "cancelItem": "",
        "changeTheInsDownTheWell": "",
        "deepFailureRec": 0,
        "downWellSequence": 0,
        "eventhandler": "",
        "failureDesc": "",
        "failureId": "",
        "failureLevel": "",
        "failureResult": "",
        "failureSolution": "",
        "failureTime": "",
        "failureTypeRec": "",
        "instrumentReplacementTime": "",
        "logProcessId": "",
        "logSupervisionId": "",
        "lostTime": 0,
        "remarks": "",
        "resources": "",
        "wellId": "",
        "wellboreId": ""
    },
    "wlOpsLogIntervalHud": {
        "cancelItem": "",
        "dangerousEventLevel": "",
        "dangerousEventProcess": "",
        "dangerousEventSource": "",
        "dangerousEvnetDesc": "",
        "dangerousEvnetHandlerDesc": "",
        "holdupDate": "",
        "holdupId": "",
        "holdupMd": 0,
        "holdupType": "",
        "logProcessId": "",
        "logSupervisionId": "",
        "lostTime": 0,
        "lowerQualityItem": "",
        "reason": "",
        "remarks": "",
        "wellId": "",
        "wellboreId": ""
    }
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlLogProcessInformationDto wlLogProcessInformationDto body true WlLogProcessInformationDto WlLogProcessInformationDto
  duration false string
  jobEndTime false string(date-time)
  jobStartTime false string(date-time)
  logProcessId false string
  logSupervisionId false string
  logTrip false string
  remark false string
  wellId false string
  wellboreId false string
  wlActualLoggingProjectList false array WlActualLoggingProject
    comments false string
    endDepth false number
    instrumentId false string
    instrumentSerialNumber false string
    instrumentStatus false string
    logItem false string
    logItemCategory false string
    logProcessId false string
    noticeLogItemId false string
    software false string
    startDepth false number
  wlOpsFailureRec false XWlOpsFailureRec XWlOpsFailureRec
    abnormalInstrumentName false string
    abnormalInstrumentNo false string
    cancelItem false string
    changeTheInsDownTheWell false string
    deepFailureRec false number
    downWellSequence false integer(int32)
    eventhandler false string
    failureDesc false string
    failureId false string
    failureLevel false string
    failureResult false string
    failureSolution false string
    failureTime false string(date-time)
    failureTypeRec false string
    instrumentReplacementTime false string(date-time)
    logProcessId false string
    logSupervisionId false string
    lostTime false number
    remarks false string
    resources false string
    wellId false string
    wellboreId false string
  wlOpsLogIntervalHud false WlOpsLogIntervalHud WlOpsLogIntervalHud
    cancelItem false string
    dangerousEventLevel false string
    dangerousEventProcess false string
    dangerousEventSource false string
    dangerousEvnetDesc false string
    dangerousEvnetHandlerDesc false string
    holdupDate false string(date-time)
    holdupId false string
    holdupMd false number
    holdupType false string
    logProcessId false string
    logSupervisionId false string
    lostTime false number
    lowerQualityItem false string
    reason false string
    remarks false string
    wellId false string
    wellboreId false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[查看] 现场协调会议记录

接口地址:/core/loggingmonitorplus/coordination/meetings/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:现场协调会议记录

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logSupervisionId logSupervisionId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增(更新)] 现场协调会议记录

接口地址:/core/loggingmonitorplus/coordination/meetings/saveOrUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:现场协调会议记录

请求示例:

{
    "constructionUnitParticipants": "",
    "coordinateMeetingEndTimes": "",
    "coordinateMeetingMinutes": "",
    "coordinateMeetingStartTimes": "",
    "coordinatingMeetingAddress": "",
    "coordinationMeetingsId": "",
    "drillingTeamParticipants": "",
    "logSupervisionId": "",
    "loggingTeamParticipants": "",
    "meetingAgenda": "",
    "meetingMinutes": "",
    "qhseKeyTips": "",
    "remark": "",
    "supervisionOpinions": ""
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlCoordinationMeetings wlCoordinationMeetings body true WlCoordinationMeetings WlCoordinationMeetings
  constructionUnitParticipants false string
  coordinateMeetingEndTimes false string(date-time)
  coordinateMeetingMinutes false string
  coordinateMeetingStartTimes false string(date-time)
  coordinatingMeetingAddress false string
  coordinationMeetingsId false string
  drillingTeamParticipants false string
  logSupervisionId false string
  loggingTeamParticipants false string
  meetingAgenda false string
  meetingMinutes false string
  qhseKeyTips false string
  remark false string
  supervisionOpinions false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[查看] 实际测井项目

接口地址:/core/loggingmonitorplus/coordination/wlActualLoggingProject/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:实际测井项目

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
logProcessId logProcessId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

测井作业施工设计

[列表] 队伍人员/测井设备

接口地址:/core/loggingmonitorplus/logdesign/equipmentInfoAndTeamUser/list

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

接口描述:队伍人员/测井设备

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
page page query false integer(int32)
size size query false integer(int32)
type eq:测井设备;user:队伍人员 query false string
groupNumbers 集团统一编号 body false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[查看] 测井作业施工设计(包含仪器信息列表)

接口地址:/core/loggingmonitorplus/logdesign/query

请求方式:GET

请求数据类型:application/json

响应数据类型:*/*

接口描述:测井作业施工设计

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
troopsIntelligenceId troopsIntelligenceId query false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}

[新增/更新] 测井作业施工设计

接口地址:/core/loggingmonitorplus/logdesign/saveUpdate

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json,*/*

接口描述:测井作业施工设计

请求示例:

{
    "alternateLoggingTeam": "",
    "constructionDesignDate": "",
    "designDocument": "",
    "designId": "",
    "designNumber": "",
    "designReviewDate": "",
    "designState": "",
    "logSupervisionId": "",
    "loggingTeam": "",
    "measurementMode": "",
    "reviewOpinion": "",
    "wellId": "",
    "wellboreId": "",
    "wlBasInstruments": [
        {
            "commissioningDate": "",
            "currentState": "",
            "curveNum": 0,
            "curvesDesc": "",
            "downTheWell": "",
            "finalRepairDate": "",
            "id": "",
            "instrumentId": "",
            "instrumentLength": 0,
            "instrumentManufacturingCode": "",
            "instrumentManufaturer": "",
            "instrumentModel": "",
            "instrumentName": "",
            "instrumentSerialNumber": "",
            "instrumentShape": "",
            "instrumentSpeed": 0,
            "instrumentWeight": 0,
            "logEquipClassify": "",
            "logEquipId": "",
            "logSupervisionId": "",
            "maxOutDiameter": 0,
            "mesurePoint": 0,
            "produceFactory": "",
            "ratedPressure": 0,
            "ratedTemperature": 0,
            "remarks": "",
            "software": "",
            "useOrgId": "",
            "wellId": "",
            "wellboreId": ""
        }
    ],
    "wlDesignInformationTables": [
        {
            "designId": "",
            "designInstrumentId": "",
            "instrumentName": "",
            "instrumentNumber": "",
            "manufacturer": ""
        }
    ]
}

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
wlLogDesignDto wlLogDesignDto body true WlLogDesignDto WlLogDesignDto
  alternateLoggingTeam false string
  constructionDesignDate false string(date-time)
  designDocument false string
  designId false string
  designNumber false string
  designReviewDate false string(date-time)
  designState false string
  logSupervisionId false string
  loggingTeam false string
  measurementMode false string
  reviewOpinion false string
  wellId false string
  wellboreId false string
  wlBasInstruments false array WlBasInstrument
    commissioningDate false string(date-time)
    currentState false string
    curveNum false integer(int32)
    curvesDesc false string
    downTheWell false string
    finalRepairDate false string(date-time)
    id false string
    instrumentId false string
    instrumentLength false number
    instrumentManufacturingCode false string
    instrumentManufaturer false string
    instrumentModel false string
    instrumentName false string
    instrumentSerialNumber false string
    instrumentShape false string
    instrumentSpeed false number(double)
    instrumentWeight false number(double)
    logEquipClassify false string
    logEquipId false string
    logSupervisionId false string
    maxOutDiameter false number
    mesurePoint false number(double)
    produceFactory false string
    ratedPressure false number
    ratedTemperature false number
    remarks false string
    software false string
    useOrgId false string
    wellId false string
    wellboreId false string
  wlDesignInformationTables false array WlDesignInformationTable
    designId false string
    designInstrumentId false string
    instrumentName false string
    instrumentNumber false string
    manufacturer false string

响应状态:

状态码 说明 schema
200 OK ApiResult

响应参数:

参数名称 参数说明 类型 schema
code string
flag boolean
jumpUrl string
msg string
result object

响应示例:

{
    "code": "",
    "flag": true,
    "jumpUrl": "",
    "msg": "",
    "result": {}
}
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,029评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,395评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 157,570评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,535评论 1 284
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,650评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 49,850评论 1 290
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,006评论 3 408
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,747评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,207评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,536评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,683评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,342评论 4 330
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,964评论 3 315
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,772评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,004评论 1 266
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,401评论 2 360
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,566评论 2 349

推荐阅读更多精彩内容

  • Api Documentation 简介:Api Documentation HOST:http://192.16...
    CramZhou阅读 110评论 0 0
  • **京东返现** **简介**:京东返现 **HOST**:localhost:8888 **联系人**:京东 *...
    3d4d374fc24d阅读 412评论 0 0
  • 新增企业信息 接口地址:/Ent/EntEnterprise/create 请求方式:POST 请求数据类型:ap...
    zoengyunhing阅读 259评论 0 0
  • 商品接口 简介:商品接口 HOST:http://192.168.0.199:19999 联系人:yuan Ver...
    君子不器_e8de阅读 37评论 0 0
  • 什么是工业4.0 在当今这个日新月异的时代,科技的每一次飞跃都深刻地...
    蓝卓云阅读 29评论 0 0