请求参数
```json
{
"id": 94, //必填
"docId": "20210908145410", //必填
"title": "test1",
"project": "oslo",
"eid": null,
"createUser": null,
"docPath": null,
"docFinalPath":"xxxx",
"field": null,
"status": null,
"wordCount": 200,
"isSubmit": 1,
"comments": null,
"deadLine": null,
"rstate": null,
"reviewers":["Chuanlei xu","Shongwei li"] //追加的reviewer
}
```
响应结果
```json
{
"msg": "success",
"code": 20000
}
```