fix
wangpengfei
2023-07-06 a6c23dcfedf8b655253ab1cdc4c6135a4e3c4cc9
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 {