1
This commit is contained in:
@@ -3865,6 +3865,10 @@
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"key": {
|
||||
"type": "string",
|
||||
"description": "账号唯一标识,可选"
|
||||
},
|
||||
"token_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -4085,6 +4089,29 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"BizTokenEditRequest": {
|
||||
"type": "object",
|
||||
"title": "BizTokenEditRequest",
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"key": {
|
||||
"type": "string",
|
||||
"description": "可空表示清空"
|
||||
},
|
||||
"token_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"expire_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
@@ -10492,6 +10519,50 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/admin_api/biz_api_call_log/export": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"管理端-业务订阅"
|
||||
],
|
||||
"summary": "API 调用明细导出",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/BizAdminPageRequest"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "框架统一包装;成功时 code=0,业务数据在 data"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/admin_api/biz_token/edit": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"管理端-业务订阅"
|
||||
],
|
||||
"summary": "编辑 Token(名称/key/过期时间,不改密钥)",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/BizTokenEditRequest"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "框架统一包装;成功时 code=0,业务数据在 data"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"swagger": "2.0",
|
||||
|
||||
Reference in New Issue
Block a user