文档
测试

文档详情

GET
http://192.168.110.211:50009/document/entity?id=12

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
id
int
主键
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:OK
必填
data
object
数据字典
必填
id
int
示例:12
必填
parentId
int
示例:2
必填
name
string
示例:工作的法则
必填
originalName
string
示例:工作的法则
必填
isFile
int
示例:0
必填
url
string
示例:http://mics-media.oss-cn-zhangjiakou.aliyuncs.com/app/menuicon/mics_img20220104104340Mi0APpYW0S.png
必填
createId
string
示例:2zdddfaqedfddddf343
必填
createName
string
示例:管理员
必填
createTime
string
示例:2022-02-17
必填
serialNumber
string
示例:237b9887-caad-4be5-b4e2-361ee675ed2c
必填
roleIds
object
示例:null
必填
picture
object
示例:null
必填
fileNum
object
示例:null
必填
bz
string
示例:
必填
parentDocument
object
示例:null
必填
isOld
int
示例:1
必填
isDelete
int
示例:0
必填
mark
object
示例:null
必填
documentHistory
array
数据列表
必填
id
int
示例:5
必填
name
string
示例:工作的法则
必填
isFile
int
示例:0
必填
createTime
string
示例:2022-02-16 09:15:25
必填
url
string
示例:http://mics-media.oss-cn-zhangjiakou.aliyuncs.com/document/mics_img20220124030151OE0Y00D0nR.pdf
必填
ok
boolean
示例:true
必填

说明 / 示例

```language { "status": 200, "msg": "OK", "data": { "id": 12, "parentId": 2, "name": "工作的法则", "originalName": "工作的法则", "isFile": 0, "url": "http://mics-media.oss-cn-zhangjiakou.aliyuncs.com/app/menuicon/mics_img20220104104340Mi0APpYW0S.png", "createId": "2zdddfaqedfddddf343", "createName": "管理员", "createTime": "2022-02-17", "serialNumber": "237b9887-caad-4be5-b4e2-361ee675ed2c", "roleIds": null, "picture": null, "fileNum": null, "bz": "", "parentDocument": null, "isOld": 1, "isDelete": 0, "mark": null, "documentHistory": [ { "id": 5, "name": "工作的法则", "isFile": 0, "createTime": "2022-02-16 09:15:25", "url": "http://mics-media.oss-cn-zhangjiakou.aliyuncs.com/document/mics_img20220124030151OE0Y00D0nR.pdf" }, { "id": 6, "name": "工作的法则", "isFile": 0, "createTime": "2022-02-16 09:16:25", "url": "http://mics-media.oss-cn-zhangjiakou.aliyuncs.com/document/mics_img20220121024409Kk00RBr0f0.txt" } ] }, "ok": true } ```