From 2b27626ca3d7b664324cae107f271016bddc3c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E8=A6=81=E6=88=90=E4=B8=BARapStar=E5=90=97?= =?UTF-8?q?=EF=BC=9F?= Date: Thu, 24 Sep 2020 15:15:55 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d3e5dc9..03ae7f3 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,20 @@ Do By You Self! 2. watch 127.0.0.1:8000/docs ``` +eg: + +![生成的fastapi的api结构图](https://github.com/lateautumn4lin/arida/blob/master/source/fastapi_docs.png) + +![对应api的参数图](https://github.com/lateautumn4lin/arida/blob/master/source/post_body_hints.png) ## Run tests ```sh uvicorn main:app --reload ``` +eg: + +![测试图](https://github.com/lateautumn4lin/arida/blob/master/source/test.png) ## 参考资料