文档
测试

文件列表

POST
http://192.168.100.125:8710/managent/findFileAttachmentList

请求头

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

请求参数

参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:2000
必填
whereList
array
数据列表
必填
opt
string
示例:EQ
必填
key
string
示例:fieldKindKey
必填
val
string
示例:enterprise
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
count
int
示例:1
必填
list
array
数据列表
必填
id
string
示例:12321
必填
status
object
示例:null
必填
platformId
object
示例:null
必填
createUser
string
示例:admin
必填
createTime
object
示例:null
必填
updateTime
object
示例:null
必填
orgCode
string
示例:1212
必填
parentDirId
string
示例:afdsaf
必填
fileName
string
示例:safdsafds
必填
fileType
string
示例:.xml
必填
fileSize
int
示例:11212
必填
fileToken
string
示例:afdsaf
必填
message
object
示例:null
必填

说明 / 示例

{"pageNum":1,"pageSize":2000,"whereList":[{"opt":"EQ","key":"fieldKindKey","val":"enterprise"}]} { "code": 1, "result": { "count": 1, "list": [ { "id": "12321", "status": null, "platformId": null, "createUser": "admin", "createTime": null, "updateTime": null, "orgCode": "1212", "parentDirId": "afdsaf", "fileName": "safdsafds", "fileType": ".xml", "fileSize": 11212, "fileToken": "afdsaf" } ] }, "message": null }