From ed9d3be45a0777db23f34a53f5d9797f3c4fc783 Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Wed, 1 Sep 2021 09:51:30 +0000 Subject: [PATCH] docs: create wg-basic/other-api --- wg-basic/other-api.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wg-basic/other-api.md diff --git a/wg-basic/other-api.md b/wg-basic/other-api.md new file mode 100644 index 0000000..6ddd782 --- /dev/null +++ b/wg-basic/other-api.md @@ -0,0 +1,21 @@ +--- +title: 其他接口 +description: 对系统中在页面上没有开放功能的接口进行说明 +published: true +date: 2021-09-01T09:51:28.326Z +tags: wg-ba +editor: markdown +dateCreated: 2021-09-01T09:51:28.326Z +--- + +# 接口word文档导出 + +接口名称:`/api-info/get` + +参数 + +| 名称 | 类型 | 说明 | +| - | - | - | +| apiTypes | query | 名称用英文逗号分割,参数有:APP,SYSTEM,RESOURCE,ROUTE,WECHAT,WECHAT-MINIAPP。具体参考swagger文档中的说明,文档地址:**/doc.html** | + +示例:`/api-info/get?apiTypes=APP,SYSTEM` \ No newline at end of file