You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

738B

职务风险防范第三方服务

请求中研接口

中研接入公共单元

1、风险特征处置结果接口

  • 接口地址

/ndToZy/pushFeatureDeal

  • 请求方法

POST

  • 请求参数
参数 类型 是否必须 备注
featureId String 风险特征ID
userId String 风险触发用户ID
dealId String 处置人ID
dealName String 处置人姓名
dealTime String 处置时间,格式YYYY-MM-DD HH:MI:SS
dealStatus String 处置状态(1已处置、0未处置、2不处置)
dealResult String 处置结果
  • 接口返回数据
{
    "status": 200,
    "message": "操作成功",
    "data":{ 
    }
}