view视图函数接受原始json数据 解决使用postman或者爬虫请求,json数据大于5M过大传输不成功问题。 @csrf_exempt def push_order(request): if request.method == 'POST': if request.content_type ==