add
wangpengfei
2023-07-13 32ae12002f89b089cb96849950759d2378d1729a
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 {