文档
测试

7.查询doc具体信息

GET
/flow/doc/record/info/${id}

响应结果

```json { "msg": "success", "code": 20000, "docRecord": { "id": 20210910143604772, "docId": "20210910143604770", "title": "aaaaaaaaa", "project": "OSLO", "eid": "eshonli", "createUser": "Shongwei Li", "docPath": "/proj/server/toolkit/flow/file/20210910/20210910143604_labenv.xml", "docFinalPath":"xxxx", "field": "KI", "status": "ongoing", "wordCount": 1, "isSubmit": 1, "comments": "qqqqqqqqqqqqqq", "deadLine": "2021-09-30", "createTime": "2021-09-10 14:36:05", "updateTime": "2021-09-10 14:36:05", "docReviewUserEntities": [ { "id": 5, "eid": "ESHONLI", "name": "Shongwei Li", "email": "shongwei.li@ericsson.com", "docComments": null, "docCommentsList": [ { "id": 4, "docUserRecordId": null, "comments": null, "accept": null, "createTime": null, "updateTime": null }, { "id": 14, "docUserRecordId": null, "comments": "<h2>View Point</h2><blockquote><p>Briefly describe your views about questions!</p></blockquote><p><br>aa</p><h2>Comments</h2><blockquote><p>Please List your comments on your argument!</p></blockquote><p><br><br>aa</p><h2>Attachment</h2><blockquote><p>Add attachments if necessary</p></blockquote><p></p><p>aa<br></p>", "accept": null, "createTime": null, "updateTime": null } ] }, { "id": 4, "eid": "EXUXCHU", "name": "Chuanlei Xu", "email": "chuanlei.xu@ericsson.com", "docComments": null, "docCommentsList": [] } ], "rstate": "PR1" } } ```