I can not get the user by id

前端 未结 0 1505
感动是毒
感动是毒 2021-02-02 17:36
@app.route("/pro/",methods=["PUT"])
    def edit_account_pro(id):
        user_pro_by_id = Userpro.query.filter_by(id=id).first()
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题