Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
新建了一controller, 方法如下
@http.route("/test/testing", type="http", auth="None") def getProductById(self, productId): return "22"
访问/test/testing 却是404
请问是哪里有错
方法只是暂时写来测试的,请不要纠结方法名
你应该是有多个数据库,在服务器启动时用 -d 数据库名 指定一下数据库,再试
-d 数据库名