getPercentage
GET
/mtd/major/user/getPercentage(已经废弃)
接口描述
上传文件时实时获取文件上传进度
响应参数
参数名
类型
描述
必填
code
必填
msg
必填
data
必填
currentBytes
long
目前为止读取文件的比特数
必填
contentLength
long
文件总大小
必填
currentIndex
int
当前在读第几个文件
必填