{% if files %}
{% for code, info in files.items() %} {% endfor %}
取件码 文件名 大小 过期时间 操作
{{ code }} {{ info.original_filename }} {{ "%.2f MB"|format(info.size / (1024 * 1024)) }} {{ info.formatted_expire_time }}
{% else %}
暂无文件
{% endif %}
用户协议与隐私政策

-

©2024-2026 JsoftStudio