2、根据编码获取任务上传结果接

  • url : /attachment/async/result?code={code}

  • Method: post

  • 描述:本接口用于获取附件上传任务的执行结果

返回参数:

参数名称 类型 描述
code String 同步任务的编码
errorJobs List 同步失败的子任务
└bizCode String 业务编码
└businessType String 业务类型
└errorMsg String 错误提示信息
{
  "code": "ACK",
  "message": "success",
  "data": {
    "code": "ATT2108101UM38T1C",
    "status": "COMPLETED",
    "subJobCount": 1,
    "completeJobCount": 1,
    "errorJobs": null
  },
  "args": null,
  "linkDetail": false,
  "nonBizError": false
}

results matching ""

    No results matching ""