请求参数
```json
{
"title": "test1",
"project": "oslo",
"eid": null,
"createUser": null,
"docPath": null,
"field": null,
"status": null,
"wordCount": 200,
"isSubmit": 1,
"comments": null,
"deadLine": null,
"rstate": null,
"reviewers":["Chuanlei xu","Shongwei li"]
}
```
响应结果
```json
{
"msg": "success",
"code": 20000
}
```