This commit is contained in:
邹宗楠
2025-11-18 11:01:40 +08:00
parent 2c4fbe7ba6
commit 733940fa50
5 changed files with 122295 additions and 7 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
jx-callback
*.tmp
swagger/
debug
.DS_Store
*.log

View File

@@ -2,11 +2,5 @@ if [ -f "controllers/param_parser.go" ]; then
rm controllers/param_parser.go
fi
if ! command -v bee &> /dev/null; then
echo "错误bee 命令未找到,尝试安装..."
go get github.com/beego/bee/v2
export PATH=$PATH:$GOPATH/bin
fi
bee generate docs
cp swagger/param_parser.go.txt controllers/param_parser.go

75757
swagger/param_parser.go.txt Normal file

File diff suppressed because it is too large Load Diff

27734
swagger/swagger.json Normal file

File diff suppressed because it is too large Load Diff

18804
swagger/swagger.yml Normal file

File diff suppressed because it is too large Load Diff