mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-08-27 03:52:02 +00:00
docs: add stoken parameter to /v2/getFileList OpenAPI spec
This commit is contained in:
@@ -386,6 +386,16 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"example": "uuid123"
|
"example": "uuid123"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stoken",
|
||||||
|
"in": "query",
|
||||||
|
"required": false,
|
||||||
|
"description": "分享 token,用于子目录解析时复用认证状态",
|
||||||
|
"schema": {
|
||||||
|
"type": "string",
|
||||||
|
"example": "OASBe5qM0pg2VvvyLM..."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
|||||||
Reference in New Issue
Block a user