Skip to content

获取分享链接元信息

GET
/public/s/{tenantCode}/{token}

授权

apiKey
类型
API Key (header: Authorization)

参数

路径参数

tenantCode*
类型
string
必填
token*
类型
string
必填

响应

OK

*/*
JSON
{
  
"code": 0,
  
"data": {
  
  
"shareKind": "string",
  
  
"rootName": "string",
  
  
"filename": "string",
  
  
"sizeBytes": 0,
  
  
"mimeType": "string",
  
  
"requiresPassword": true,
  
  
"expiresAt": "string"
  
},
  
"ts": 0,
  
"rid": "string",
  
"msg": "string",
  
"success": true
}

试验场

服务器
授权
变量

示例

技术支持 VitePress OpenAPI