数字水印添加完成通知

参数名 说明 是否必填 参数类型
action 标记该通知的业务类型,该通知固定为: BATCH_ADD_WATERMARK_REMIND true string
thirdOrderNo 第三方业务流水号 true string
successFiles 成功文件列表 , 文件ID,多文档以逗号分隔 false array
fileId 文件id true string
message 消息 true string
failedFiles 失败文件列表 false array
fileId 文件id true string
message 消息 true string

示例

{
"action":"BATCH_ADD_WATERMARK_REMIND",
    "thirdOrderNo": "",
    "successFiles": [
        {
            "fileId": "",
            "message": ""
        }
    ],
    "failedFiles": [
        {
            "fileId": "",
            "message": ""
        }
    ]
}

results matching ""

    No results matching ""