add
wangpengfei
2023-07-18 7ffcc41e597c5af4169e3e2ab809fdbf869c2154
service/contact.go
@@ -48,7 +48,7 @@
   return ecode.OK
}
func (ContactService) GetContactList() ([]*model.Contact, int) {
func (ContactService) GetContactList() ([]*model.ContactDetail, int) {
   // get contact list
   contacts, err := model.NewContactSearch().FindAll()
   if err != nil {