TypeError: __init__() got an unexpected keyword argument 'method'

来源:8-2 小程序会员登录和注册2

IT秃子

2019-11-15

from flask import Blueprint

route_api = Blueprint('api_page', __name__)
from web.controllers.api.Member import *


@route_api.route("/")
def index():
    return "Mina Api V1.0"

加上第三条后就报错图片描述

写回答

1回答

IT秃子

提问者

2019-11-15

好了 methods要有s

0
1
优秀小崽崽
请问是哪个文件里的method呢?
2021-05-02
共1条回复

Python Flask构建微信小程序订餐系统(可用于毕设)

微信小程序 + Python Flask 打造订餐系统全栈应用,可用于毕设。

1709 学习 · 1904 问题

查看课程