@@ -56,7 +56,6 @@ func (self *EventServiceImpl) ListEvents(payload *EventListPayload) (result *Eve
|
||||
offset = *payload.Data.Offset
|
||||
}
|
||||
|
||||
// 3. 转换数字
|
||||
limitNum, err := strconv.Atoi(limit)
|
||||
if err != nil {
|
||||
exc := new(exception.Builder).
|
||||
|
||||
Reference in New Issue
Block a user