{{ path.summary }}
{% if data %} {% for item in data %} {% if item.tag.name == request.GET.tag and request.get_full_path != '/docs' %} {% for path in item.paths %} {% if path.path == request.GET.path %}
{{ path.summary }}
URL | {{ path.path }} |
请求方式 | {{ path.method }} |
参数 | 说明 | 类型 | 必填 | 示例 | 备注 | |
---|---|---|---|---|---|---|
{{ param.name }} | {{ param.description }} | {{ param.type }} | {% if param.required == True %}{{ param.required }} | {% else %}{{ param.required }} | {% endif %}{{ param.example }} | {{ param.remark }} |
{
"status":"succ",//状态 成功:succ 异常:fail
"code":20000,//状态码
"message":"请求成功",//状态码对应提示语
"data":{},//业务数据块
"systemTime":1500000000000//服务器当前时间戳
}