fix: 备份账号 OneDrive 绑定逻辑修改 (#1529)

This commit is contained in:
ssongliu
2023-07-04 16:16:12 +08:00
committed by GitHub
parent f70b0049d9
commit dddd190911
13 changed files with 131 additions and 12 deletions

View File

@@ -7085,6 +7085,31 @@ var doc = `{
}
}
},
"/settings/backup/onedrive": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "获取 OneDrive 信息",
"consumes": [
"application/json"
],
"tags": [
"Backup Account"
],
"summary": "Load OneDrive info",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/settings/backup/record/del": {
"post": {
"security": [