修正判定条件

This commit is contained in:
nothamor 2022-11-08 16:22:55 +08:00
parent 871d321852
commit 174b9c4033

View File

@ -58,7 +58,7 @@ func main() {
return
}
if intSize >= 1000 {
if intSize > 1000 {
responseMsg = "size参数不合法size必须小于等于1000"
if returnType == "json" {
c.JSON(http.StatusOK, JSONResponse{