DEBUG
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user