保融保贝
  1. 运维工单信息接口
保融保贝
  • 小程序应用相关
    • 保存意见反馈信息
      POST
    • 保存个人资料信息
      POST
    • 查询用户列表信息
      POST
    • 获取数据字典信息
      POST
  • 登录认证相关
    • 校验是否需要完善用户信息
      POST
    • 用户完善信息保存
      POST
    • 获取邮箱验证码
      POST
    • 获取企业信息列表(仅用于完善信息表单)
      POST
    • 登录接口
      POST
    • 退出登录
      POST
    • 刷新TOKEN信息接口
      POST
  • 运维工单信息接口
    • 获取客户信息列表
      POST
    • 获取工单状态分组统计信息
      POST
    • 获取运维工单列表
      POST
    • 按ID获取运维工单信息
      POST
    • 运维工单开始处理
      POST
    • 运维工单处理完成
      POST
    • 运维工单确认
      POST
    • 运维工单完结
      POST
    • 运维工单新增
      POST
    • 获取事件类型列表
      POST
    • 更新处理进度
      POST
    • 获取紧急联系人信息
      POST
  • 附件操作相关
    • 附件查询接口
      POST
    • 附件上传接口
      POST
    • 附件删除接口
      POST
    • 附件下载接口
      POST
  • 服务评价相关接口
    • 保存服务评价信息
    • 获取历史服务评价列表
  • CR单复核相关接口
    • 获取待复核CR单列表
    • 根据ID获取待复核CR单信息
    • 复核CR单信息(含批量)
  • 工时填报相关接口
    • 获取工时期间列表
    • 添加工时期间
    • 获取工作项目列表
    • 获取工时填报详情列表
    • 保存工时明细信息
  • 业绩目标相关接口
    • 验收及到款分组统计查询
    • 获取部门列表信息
    • 获取客户名称列表信息
    • 获取实施人员列表信息
    • 获取验收计划列表
    • 保存验收计划信息
    • 获取到款计划列表
    • 保存到款计划信息
  1. 运维工单信息接口

按ID获取运维工单信息

测试中
开发环境
http://www.tiger.com:8666/api
开发环境
http://www.tiger.com:8666/api
POST
/common/exeBo.do

请求参数

Query 参数
uc
string 
uc编号
必需
示例值:
UC_APP_OPSWORKORDERINFO_QUERY
Header 参数
Authorization
string 
权限认证token
可选
默认值:
auth:access:D5464671BFB3085D73239FB5CABC8033$$96ACA5F4A8D85AA954DD77A599980513$$14509ccdff
Body 参数application/x-www-form-urlencoded
urid
string 
工单主键ID
必需
searchmode
string 
可选
查询模式:0-全部工单,1-我的工单,值为空时默认为0
示例值:
0

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://www.tiger.com:8666/api/common/exeBo.do?uc=UC_APP_OPSWORKORDERINFO_QUERY' \
--header 'Authorization: auth:access:D5464671BFB3085D73239FB5CABC8033$$96ACA5F4A8D85AA954DD77A599980513$$14509ccdff' \
--data-urlencode 'urid=' \
--data-urlencode 'searchmode=0'

返回响应

🟢200成功
application/json
Body
success
boolean 
是否成功
必需
success代表请求成功
code
string 
响应码
必需
0代表正常返回
info
string 
响应信息
可选
data
object  | null 
响应数据
必需
urid
string 
主键
必需
urgency
string 
紧急程度
必需
枚举值:1-非常紧急,2-紧急,3-一般
urgency_show
string 
紧急程度显示值
必需
status
string 
工单状态
必需
枚举值:1-新建,2-待处理,3-处理中,4-已完成,5-已完结
status_show
string 
工单状态显示值
必需
promoter
string 
发起人ID
必需
promoter_show
string 
发起人姓名
必需
presenter
string 
提交人ID
必需
presenter_show
string 
提交人姓名
必需
promotetime
string 
发起时间
必需
yyyy-MM-dd HH:mm:ss格式字符串
presenttime
string 
提交时间
必需
yyyy-MM-dd HH:mm:ss格式字符串
dealprogress
string 
处理进度说明
必需
currentstage
string 
当前阶段
必需
0-发起工单,1-开始处理,2-处理完成,3-已完结
notecode
string 
工单编号
必需
title
string 
工单标题
必需
type
string 
工单类型
必需
枚举值:1-新增需求,2-问题上报,3-业务咨询,4-升级支持
type_show
string 
工单类型显示值
必需
customerid
string 
关联客户ID
必需
customerid_show
string 
关联客户显示值
必需
handler
string 
处理人员ID
必需
handler_show
string 
处理人员姓名
必需
handlestarttime
string 
开始处理时间
必需
yyyy-MM-dd HH:mm:ss格式字符串
content
string 
工单内容
必需
handleendtime
string 
处理结束时间
必需
yyyy-MM-dd HH:mm:ss格式字符串
solution
string 
处理方案
必需
completedtime
string 
完结时间
必需
yyyy-MM-dd HH:mm:ss格式字符串
示例
{
    "success": true,
    "code": "string",
    "info": "string",
    "data": {
        "urid": "string",
        "urgency": "string",
        "urgency_show": "string",
        "status": "string",
        "status_show": "string",
        "promoter": "string",
        "promoter_show": "string",
        "presenter": "string",
        "presenter_show": "string",
        "promotetime": "string",
        "presenttime": "string",
        "dealprogress": "string",
        "currentstage": "string",
        "notecode": "string",
        "title": "string",
        "type": "string",
        "type_show": "string",
        "customerid": "string",
        "customerid_show": "string",
        "handler": "string",
        "handler_show": "string",
        "handlestarttime": "string",
        "content": "string",
        "handleendtime": "string",
        "solution": "string",
        "completedtime": "string"
    }
}
修改于 2024-04-22 00:46:03
上一页
获取运维工单列表
下一页
运维工单开始处理
Built with