Api Document

Download Markdown Version
  • Toc Index
  • {% for f in gen.functions %}
  • {{ f.link() | safe }}
  • {% endfor %}
公共认证Header
{% for f in gen.functions %} {{ f.anchor() | safe }}
[#{{f.show_idx}}] {{ f.name }}
{% if f.content %}
{{ f.content }}
{% endif %}
URL
{{ f.url | escape }}
HTTP Method
{{ f.method }}
{% if f.url_params %}
URL Parameters
{% for k, v in f.url_params.iteritems() %} {% for col in v %} {% endfor %} {% endfor %}
Name Type Description
{{ col }}
{% endif %} {% if f.query_params %}
QueryString Parameters
{% for row in f.query_params %} {% for col in row%} {% endfor %} {% endfor %}
Name Require Type Description
{{ col }}
{% endif %} {% if f.form_params %}
Form Parameters
{% for row in f.form_params %} {% for col in row%} {% endfor %} {% endfor %}
Name Require Type Description
{{ col }}
{% endif %}
Return Value
{{ f.return_value() }}
{% endfor %}