| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 | 
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 | 
| 第三方企业应用 | 否 | — | — | 
| 第三方个人应用 | 否 | — | — | 
{
    "request": {
        "actioner_userid": "manager4220",
        "process_instance_id": "88c2f806-316d-4683-ba30-xxxxx",
        "remark": "同意",
        "result": "agree",
        "task_id": 67583405630,
        "file": {
            "attachments": [
                {
                    "space_id": "22331",
                    "file_size": "1024",
                    "file_id": "B1oQixxxx",
                    "file_name": "打卡证明",
                    "file_type": "file"
                }
            ],
            "photos": [
                "https://url1",
                "https://url1"
            ]
        }
    }
}curl --location --request POST 'http://127.0.0.1/topapi/process/instance/execute?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "request": {
        "actioner_userid": "manager4220",
        "process_instance_id": "88c2f806-316d-4683-ba30-xxxxx",
        "remark": "同意",
        "result": "agree",
        "task_id": 67583405630,
        "file": {
            "attachments": [
                {
                    "space_id": "22331",
                    "file_size": "1024",
                    "file_id": "B1oQixxxx",
                    "file_name": "打卡证明",
                    "file_type": "file"
                }
            ],
            "photos": [
                "https://url1",
                "https://url1"
            ]
        }
    }
}'{
    "result": true,
    "errcode": 0,
    "errmsg": "string",
    "request_id": "string"
}