文档
测试

在线使用说明文档列表

GET
http://10.28.111.27:8080/ispe/document/query.do

请求参数

参数名
类型
描述
必填
type
String
文档类型 0:企业端 1:部门端
必填
page
String
当前页
必填
rp
String
当前显示数量
必填

响应参数

参数名
类型
描述
必填
recordsTotal
String
记录总数
必填
page
String
当前页
必填
pages
String
共多少页
必填
documentId
String
文档Id
必填
documentName
String
文档名称
必填
documentPath
String
访问路径
必填
fileName
String
文件名称
必填

说明 / 示例

``` { "errCode": null, "data": { "recordsTotal": 3, "recordsFiltered": 3, "total": 3, "page": 1, "rows": [ { "documentPath": null, "documentId": "", "documentName": null, "type": null, "fileName": null, "fileId": "ff80808178b086470178b0928c050004" }, { "documentPath": "1", "documentId": "1", "documentName": "222221", "type": "1", "fileName": "1", "fileId": "1" }, { "documentPath": "22", "documentId": "2", "documentName": "阿斯顿撒多", "type": "2", "fileName": "2", "fileId": "2" } ], "pages": 1 }, "success": true, "userData": null, "info": "获取在线使用说明文档成功" } ```