Replies: 1 comment
-
这看起来与项目无关。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
大致是有个api站点,大致的目录结构如下所示,apis目录下面有个openapi.json文件
openapi.json
是导出的标准接口JSON,大致内容可能如下所示:其中
article
是其中的一个接口,该接口含有post
和get
接口,我想根据该json动态生成如下的访问目录,作者有什么思路没。Beta Was this translation helpful? Give feedback.
All reactions