{% extends "rest_framework/base.html" %} {% block meta %} {% endblock %} {% block title %} {{ name }} {% endblock %} {% block branding %} Application Program Interface {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block description %}
{{ request.method }} {{ request.get_full_path }}

{{ description }}
{% if helps %} {% for onehelp in helps %} {% endfor %} {% else %} 无参数或无帮助信息 {% endif %}
名称 类型 必选 说明
{{ onehelp.name }} {{ onehelp.type }} {{ onehelp.need }} {{ onehelp.desc }}
无参数或无帮助信息
{% endblock %} {% block script %} {{ block.super }} {% load static %} {% endblock %}