删除文件
(self, file_code: FileCodes)
| 36 | raise NotImplementedError |
| 37 | |
| 38 | async def delete_file(self, file_code: FileCodes): |
| 39 | """ |
| 40 | 删除文件 |
| 41 | """ |
| 42 | raise NotImplementedError |
| 43 | |
| 44 | async def get_file_url(self, file_code: FileCodes): |
| 45 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected