Data

Properties

Link copied to clipboard
val cache: Boolean? = null

(send only) 只在通过网络 URL 发送时有效,表示是否使用已缓存的文件,默认 1

Link copied to clipboard

图片文件名

Link copied to clipboard
val proxy: Boolean? = null

(send only) 只在通过网络 URL 发送时有效, 表示是否通过代理下载文件(需通过环境变量或配置文件配置代理),默认 1

Link copied to clipboard
val timeout: Int? = null

(send only) 只在通过网络 URL 发送时有效,单位秒,表示下载网络文件的超时时间,默认不超时

Link copied to clipboard
val type: String? = null

图片类型,flash 表示闪照,无此参数表示普通图片

Link copied to clipboard
val url: String? = null

(receive only) 图片 URL