|
@@ -58,8 +58,7 @@ 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
|