fix
wangpengfei
2023-08-18 a631f0f8f824caca91bc99e7dbb1f27c6c0a39ef
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