当前位置: 首页 > 文档资料 > ThinkCMF 中文文档 >

获取文件下载链接

优质
小牛编辑
131浏览
2023-12-01

X2.2.0新增

sp_get_file_download_url($file,$expires=3600)
功能:

获取文件下载链接

参数:

$file: 数据库保存的文件路径

$expires:文件过期时间(七牛)

返回:

类型string,文件下载链接

使用:
$url = sp_get_file_download_url('portal/23232.png');