fix bugs and support all platform
This commit is contained in:
@@ -412,4 +412,4 @@ def export_articles(request):
|
||||
return HttpResponse('不支持的格式', status=400)
|
||||
|
||||
except Exception as e:
|
||||
return HttpResponse(f'导出失败: {str(e)}', status=500)
|
||||
return HttpResponse(f'导出失败: {str(e)}', status=500)
|
||||
|
||||
Reference in New Issue
Block a user