Jelajahi Sumber

fix:调试contact

jimmyyem 1 bulan lalu
induk
melakukan
b3cb61c7f3
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      internal/logic/contact/get_contact_simple_list_logic.go

+ 2 - 1
internal/logic/contact/get_contact_simple_list_logic.go

@@ -58,7 +58,8 @@ func (l *GetContactSimpleListLogic) GetContactSimpleList(req *types.ContactListR
 	if err != nil {
 		return nil, dberrorhandler.DefaultEntError(l.Logger, err, req)
 	}
-
+	l.Logger.Infof("contact-simple-list: %v\n", data.List)
+	
 	resp := &types.ContactSimpleListResp{}
 	resp.Msg = errormsg.Success
 	resp.Data.Total = data.PageDetails.Total