feature: swagger 优化

This commit is contained in:
pixelMax(奇淼
2024-07-31 15:52:23 +08:00
parent a4a7b44da9
commit 3b93a073c3
9 changed files with 2103 additions and 919 deletions

View File

@@ -55,7 +55,7 @@ func (a *AutoCodePluginApi) Install(c *gin.Context) {
// @Security ApiKeyAuth
// @accept application/json
// @Produce application/json
// @Param data body system.SysAutoCode true "打包插件"
// @Param plugName query string true "插件名称"
// @Success 200 {object} response.Response{data=map[string]interface{},msg=string} "打包插件成功"
// @Router /autoCode/pubPlug [get]
func (a *AutoCodePluginApi) Packaged(c *gin.Context) {