Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 437 Bytes

file.location.md

File metadata and controls

31 lines (21 loc) · 437 Bytes

file.location

换取文件真实地址

请求方式

GET {base_url}/file.location

请求参数

需要登录

参数名称 参数类型 参数是否必须? 说明 样例
file_key string 文件 key

响应

302

404

{
  "code": 6,
  "error": "文件不存在"
}