复盘交易系统 · 授权

整机许可 · 每 {{ check_interval_days }} 天联网校验一次

{% for msg in messages %}
{% if msg is iterable and msg|length > 1 %}{{ msg[1] }}{% else %}{{ msg }}{% endif %}
{% endfor %}

授权状态

{% if licensed %} 已授权 {% else %} 未授权或已过期 {% endif %} {% if expires_at_display %}

到期时间:{{ expires_at_display }}(BJ)

{% endif %} {% if days_left is not none and licensed %}

剩余约 {{ days_left }} 天

{% endif %} {% if plan %}

套餐:{{ plan }}

{% endif %}

校验间隔 {{ check_interval_days }} 天;断网宽限 {{ offline_grace_days }} 天

设备 ID(换机需重新联系签发)

{{ device_id }}

复制上方 ID,联系管理员获取激活码。续费在剩余天数上叠加。

购买 / 续费

微信:{{ wechat_id }}

添加微信时必须填写备注:
请将上方 设备 ID 完整复制 到好友验证备注中(或填写:{{ wechat_remark }})

激活码兑换

{% if not api_configured and not disabled %}

未配置 LICENSE_API_URL,请在 .env 中设置授权服务地址。

{% endif %}