X1.6.0新增
sp_get_asset_upload_path($file,$style='')
转化数据库保存的文件路径,为可以访问的url
$file: 数据库保存的文件路径 $style:样式(七牛)
$file
$style
类型string,文件可以访问的url
$url = sp_get_asset_upload_path('portal/23232.png');