文件上传模块

API

DataStructure

ESUploadInfo

文件上传信息

NameDescriptionTypeDefault
id唯一标识符string-
url上传地址string-
mediaType媒资类型string-
fileParamsKey渠道string-
filePath文件存储目录string-
params上传参数Map<string, string>-
header上传header参数Map<string, string>-

Exposes

NameDescriptionType
upload该方法上传文件Function
addListener该方法添加文件上传监听Function
removeListener该方法删除文件上传监听Function