annotation: 修改注释错误
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ async def update_config(data: dict):
|
||||
return APIResponse()
|
||||
|
||||
|
||||
# 根据code获取文件
|
||||
# 根据id获取文件
|
||||
async def get_file_by_id(id):
|
||||
# 查询文件
|
||||
file_code = await FileCodes.filter(id=id).first()
|
||||
|
||||
Reference in New Issue
Block a user