there is a field in the QaAnswer table in this table. When json returns, I want to add a field to QaAnswer. I don t know how to add it . class QaAnswer(db.Model): __tablename__ = qa_answer id = db.Column(db.Integer, primary_key=True) a...
when passing the help parameter to add_argument when using flask_restful parameter parsing, the help message will not appear if an error is reported. The code is as follows: -sharp -*-coding:utf-8 -*- from flask_restful import reqparse from flask impo...