file上传文件请求
POST
http://192.168.1.108:3001/file
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填
请求参数
application/json参数名
类型
描述
必填
owner
string
用户公钥,注意格式,有点长
必填
file_path
string
目录/文件名
必填
file_size
int
文件的大小
必填
speed_factor
int
加速上链,数值越大费用越高,一般为10
必填
tags
tag
可选
tag.name
string
加密文件第一项应为Pattern
必填
tag.value
string
加密文件第一项应为Private
必填
响应参数
参数名
类型
描述
必填
data
string
需要签名的HASH
必填