feat: fetch app info in plugins (#18202)

This commit is contained in:
Yeuoly
2025-04-16 20:27:29 +08:00
committed by GitHub
parent e912928cce
commit 358fd28c28
8 changed files with 101 additions and 53 deletions

View File

@@ -204,3 +204,11 @@ class RequestRequestUploadFile(BaseModel):
filename: str
mimetype: str
class RequestFetchAppInfo(BaseModel):
"""
Request to fetch app info
"""
app_id: str