解決flask-restful提示Did not attempt to load JSON data 问题
解決flask-restful提示Did not attempt to load JSON data 问题
在使用flask-restfull进行API开发的时候。一旦我使用类似下面的代码从url或者form中获得参数就会出现报错:Did not attempt to load JSON data because the request Content-Type was not ‘application/json’。
代码如下:
# Flask_RESTFUl数据解析
from flask import Flask,render_template
from flask_restful import Api,Resource
from flask_restful.reqparse import RequestParser
app = F
订阅专栏 解锁全文
5964

被折叠的 条评论
为什么被折叠?



