qiuhanbao
Results
2
comments of
qiuhanbao
我也希望与Fastapi结合 顺便提一下,很多参考链接的网址都换了,例如下面的: 修改永久图文素材 详细请参考 http://mp.weixin.qq.com/wiki/10/c7bad9a463db20ff8ccefeedeef51f9e.html
> fastapi里可以通过`mount`把werobot挂载上去。 > > ```python > import werobot > from fastapi import FastAPI > from fastapi.middleware.wsgi import WSGIMiddleware > > robot = werobot.WeRoBot() > app = FastAPI() > > app.mount("/robot",...