X2.2.0新增
sp_get_file_download_url($file,$expires=3600)
获取文件下载链接
$file: 数据库保存的文件路径
$file
$expires:文件过期时间(七牛)
$expires
类型string,文件下载链接
$url = sp_get_file_download_url('portal/23232.png');