zhangqian
2023-08-15 cc3f07175d93b5f4fbcc6fd8a87a563a7f8e1a7c
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