下载默认输出的地址是:
/index.php?s=api&c=file&m=down&id=eccbc87e4b5ce2fe28308fd9f2a7baf3
怎么改成???/down-xx.html
不知道哪里出错了,一直没有测试成功,仅供参考:
config/costom.php
function dr_down_file2($id) {
if (!$id) {
return '文件参数不能为空';
}
\Phpcmf\Service::L('cache')->set_auth_data(md5($id), $id);
return ROOT_URL."down-".md5($id).'.html';
}
config/rewirete.php
"down\-([a-z0-9]+).html(.*)" => 'index.php?s=api&c=file&m=down&id=$1',
模板里:{dr_down_file2($down_file,$title)}