{{ handler_name }}
{% if description %}
描述
{% endif %}
请求地址
{{ description }}
{{ method }} {{ url }}
{{ support_methods | join(' ') }}
参数 | 名称 | 类型 | 是否必填 | 默认值 | 说明 | 限制 |
---|---|---|---|---|---|---|
{% if info.required %} *{{ name }}* {% else %} [{{ name }}] {% endif %} | {% for key in ('description', 'type', 'required', 'default', 'help_text', 'ex_info') %}{{ info.get(key, '') }} | {% endfor %}
{{ res_data | to_json(indent=4, ensure_ascii=False) }}
返回格式说明
{% endif %}
{% if remark %}
{{ return_sample | to_json(indent=4, ensure_ascii=False) }}
备注
{% endif %}
{{ remark }}