wangpengfei
2023-07-21 f99d6844a730a64e1ffdde46fd255c8503900160
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 {