This commit is contained in:
2024-11-10 22:08:03 +08:00
parent bdd08285e7
commit 4d6afae559
2 changed files with 1 additions and 26 deletions

View File

@@ -72,6 +72,7 @@ def get_image_type_thumbnail(type:str, id:str, version:str, n:int, w:int, ext:st
if user is None:
print('用户不存在:', count)
return Response('用户不存在', status_code=404)
print("user:", user)
url = user['avatar']
else:
print('图片类型不存在:', type)