diff --git a/.gitignore b/.gitignore index f8c09a0..d55cc68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -mkdocs/html/ /.vuepress/.cache/ /.vuepress/.temp/ /.vuepress/dist/ @@ -6,3 +5,4 @@ mkdocs/html/ .idea/ .vscode/ .DS_Store +*.swp diff --git a/docs/APP_widget/ver.md b/docs/APP_widget/ver.md index 5618564..3296c87 100644 --- a/docs/APP_widget/ver.md +++ b/docs/APP_widget/ver.md @@ -20,6 +20,8 @@ **JSON回复:** +根对象: + | 字段 | 类型 | 内容 | 备注 | | --- | --- | --- | --- | | code | int | 返回值 | 0: 成功 |