修改接口报错

This commit is contained in:
2025-09-18 16:35:33 +08:00
parent 008a6e0731
commit 66f8c800a3
9 changed files with 219 additions and 237 deletions

26
.gitignore vendored
View File

@@ -21,3 +21,29 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# 编译生成的文件
target/
*.class
*.jar
*.war
*.ear
# IDE 相关文件
.idea/
*.iml
*.ipr
*.iws
# 构建工具相关
*.log
*.tmp
*.bak
*.swp
# 具体的 target/classes 下的文件
ruoyi-admin/target/classes/
ruoyi-generator/target/classes/
business/target/classes/
# Velocity 模板文件
*.vm