产品管理

API - 文件下载列表

描述:文件下载列表

请求方式:GET

请求地址:/v1/hosts/:id/downloads

版本:v1

内部API调用方法名:Host_getHostDownloads

返回参数

参数类型验证规则最大长度描述示例
  _download array[] - 文件下载列表 [{"id":1,"name":"example","amount":1,"create_time":1639979575}]
         Lid int - 文件下载ID 1
         Lname string - 名称 example
         Lamount int - 下载次数 1
         Lcreate_time int - 创建时间 1639979575