add
wangpengfei
2023-08-17 efdfa2d6754354c021a19b340088c296fff74ca6
api/v1/contact.go
@@ -159,7 +159,7 @@
      return
   }
   contacts, total, errCode := contactService.GetContactList(params.Page, params.PageSize, params.Keyword)
   contacts, total, errCode := contactService.GetContactList(params.Page, params.PageSize, params.SearchMap)
   if errCode != ecode.OK {
      ctx.Fail(errCode)
      return