(self, file_code: FileCodes)
| 1139 | status_code=503, detail=f"WebDAV连接异常: {str(e)}") |
| 1140 | |
| 1141 | async def get_file_url(self, file_code: FileCodes): |
| 1142 | return await get_file_url(file_code.code) |
| 1143 | |
| 1144 | async def get_file_response(self, file_code: FileCodes): |
| 1145 | """获取文件响应(代理模式)""" |
nothing calls this directly
no test coverage detected