cs
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| key | string | 是 | 接口调用密钥 |
[
{
"name": "key",
"type": "string",
"required": true,
"description": "接口调用密钥",
"example": ""
}
]
{
"openapi": "3.1.1",
"info": {
"title": "cs",
"description": "cs",
"version": "1.0.0"
},
"paths": {
"/apis/bing": {
"get": {
"summary": "cs",
"description": "cs",
"parameters": [
{
"name": "key",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "接口调用密钥"
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
}
},
"servers": [
{
"url": "http://api.849484.xyz",
"description": "当前访问入口(http)"
}
]
}
暂无详细文档
curl -X GET "https://api.example.com/apis/bing"