dengbiao 6 days ago
parent
commit
51d8915768
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      app/hdl/comm/hdl_comm.go

+ 0
- 4
app/hdl/comm/hdl_comm.go View File

@@ -11,7 +11,6 @@ import (
"code.fnuoos.com/EggPlanet/egg_models.git/src/implement"
"code.fnuoos.com/EggPlanet/egg_models.git/src/model"
enum2 "code.fnuoos.com/EggPlanet/egg_system_rules.git/enum"
"errors"
"fmt"
"github.com/aliyun/aliyun-oss-go-sdk/oss"
"github.com/gin-gonic/gin"
@@ -150,9 +149,6 @@ func AccessRecords(c *gin.Context) {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return
}
} else {
e.OutErr(c, e.ERR, errors.New("无效的重复请求").Error())
return
}

e.OutSuc(c, "success", nil)


Loading…
Cancel
Save