列表
POST
/oss/list请求参数
Query 参数
status
integer
状态
sort
integer
排序
remark
string
备注
tenantId
string
租户号
revision
string
乐观锁
createdBy
integer
创建者
createdTime
string
创建时间
updatedBy
integer
更新者
updatedTime
string
更新时间
ossId
string
可选
fileName
string
文件名
originalName
string
原名
fileSuffix
string
文件后缀名
url
string
URL地址
contentType
string
MIME 类型
basePath
string
基础存储路径
platform
string
存储平台
lookImg
boolean
可选
pageSize
integer
分页大小
pageNum
integer
当前页数
orderByColumn
string
排序列
isAsc
string
可选
排序的方向desc或者asc
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
{
"total": 0,
"rows": [
{
"ossId": "",
"fileName": "",
"originalName": "",
"fileSuffix": "",
"url": "",
"contentType": "",
"basePath": "",
"platform": "",
"status": 0,
"createdTime": "",
"base64": "",
"width": "",
"height": "",
"size": ""
}
],
"code": 0,
"msg": ""
}
最后修改时间: 10 天前