{{ selectedApi.title }}
请求地址:{{ endpoint.url }}
主线路: https://api.yunyingcloud.cn/
副线路: https://api.yunyingcloud.com.cn/
描述: {{ endpoint.description }}
请求方式: {{ endpoint.method }}
鉴权方式: {{ endpoint.auth }}
请求头:
{{ endpoint.header }}
请求参数:
参数 | 类型 | 是否必填 | 长度 | 示例 | 说明 |
---|---|---|---|---|---|
{{ key }} | {{ param.type }} | {{ param.required ? '是' : '否' }} | {{ param.length || '-' }} | {{ param.example || '-' }} | {{ param.description }} |
响应数据:
{{ formatJson(endpoint.response) }}