任务提交/完成
# 任务提交完成
### 路径
| | |
| ------ | -------------------------------- |
| url | [/api/taskInfo/execute] |
| method | POST |
### 参数
| name | type | 是否必要 | 描述 |
| ------------------ | ------- | --------- | ---------------------- | ------------- |
| replyExecutorFileIds| String| Y | 附件信息 |
| replyExecutorId| String| Y | 执行成员表ID|
| reportRemark| String| Y | 汇报信息|
### 传参示例
```javascript
{
"executorId":"da73c6539fe536d0b54468e390f7ccea",
"taskId":"c7fa98008cd43a258a5fd5fb23b041aa","remark":"",
"replyExecutorFileIds":[]
}
```
### 返回示例
```javascript
{
"success": true,
"data": true,
"errorCode": "",
"msg": ""
}
```