Browse Source

fix:swagger

main
songzhibin97 3 years ago
parent
commit
78a2daf4de
  1. 2
      server/api/v1/sys_auto_code.go

2
server/api/v1/sys_auto_code.go

@ -22,7 +22,7 @@ import (
// @accept application/json
// @Produce application/json
// @Param data body request.SysAutoHistory true "查询回滚记录"
// @Success 200 {string} string "{"success":true,"data":{},"msg":"回滚成功"}"
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
// @Router /autoCode/preview [post]
func GetSysHistory(c *gin.Context) {
var search request.SysAutoHistory

Loading…
Cancel
Save