Closed zplzpl closed 1 year ago
panic info:
panic: strconv: illegal AppendInt/FormatInt base
code
if c.Rows != 0 { req.Params["recaptcharows"] = strconv.FormatInt(int64(c.Rows), 64) } if c.Cols != 0 { req.Params["recaptchacols"] = strconv.FormatInt(int64(c.Cols), 64) } if c.PreviousId != 0 { req.Params["previousID"] = strconv.FormatInt(int64(c.PreviousId), 64) }
panic info:
code