isPublic=true 且状态为 ready 的资产。
List public assets
Query parameters
| 参数 | 说明 |
|---|---|
page | 页码,默认 1 |
pageSize | 每页条数,默认由后端决定 |
query | 关键字 |
Response
返回分页结构:itemspagepageSizetotal
Get public asset
Serve public content
/api/v1/assets/{id}/content 访问。匿名读取公开资产列表、详情和公开内容。
isPublic=true 且状态为 ready 的资产。
GET /api/v1/public/assets
| 参数 | 说明 |
|---|---|
page | 页码,默认 1 |
pageSize | 每页条数,默认由后端决定 |
query | 关键字 |
itemspagepageSizetotalGET /api/v1/public/assets/{id}
GET /content/{storageKey}
/api/v1/assets/{id}/content 访问。此页面对您有帮助吗?