简要描述:

  • 远程搜索用户

接口版本:

版本号 制定人 制定日期 修订日期
2.1.0 王旭乾 2024-02-27 xxxx-xx-xx

请求URL:

  • /api/dingtalk/service/get_service_record

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
X-Token string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
service_no string 合同编号 id

返回示例:

正确时返回:

{
    "code": 20000,
    "msg": "success",
    "data": [
        {
            "dd_user_id": "员工ddID",
            "dd_dept_id": "员工部门ID",
            "dd_user_name": "员工姓名",
            "description": "描述",
            "target_id": "关联信息ID",
            "type": "操作类型 BaseContant定义"
            "contract_no": "合同编号",
            "time": "时间戳格式",
        }
    ],
}

错误时返回:

{
    "errcode": 500,
    "errmsg": "invalid appid"
}

返回参数说明:

参数名 类型 说明
dd_user_id int 用户id
dd_dept_id string 员工部门ID
dd_user_name string 员工姓名
description string 描述
target_id string 关联信息ID
type string 关联信息ID
#### 备注:
  • 更多返回错误代码请看首页的错误代码描述
作者:wangxuqian  创建时间:2024-03-27 11:34
最后编辑:wangxuqian  更新时间:2026-08-14 18:39