模板文件路径:

/template/pc/default/home/api/down_file_msg.html

用于外链文件,下载时的提示界面,如果没有这个模板就用msg.html代替

提示信息输出格式:

<textarea class="form-control" style="margin-bottom: 20px; overflow-y: hidden; resize: vertical; width: 847.5px; height: 70px; padding: 15px 5px; font-weight: 400; color: rgb(85, 85, 85); border-color: rgb(223, 223, 223); border-radius: 4px; outline-style: none !important; outline-width: initial !important;"></textarea>如果不提示进入自动下载的写法是:

<meta http-equiv="refresh" content="0; url={$url}">