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 {