Update asChatRecordLogic.go

This commit is contained in:
徐俊杰 2025-06-19 17:02:17 +08:00
parent 8fe0d6ab7a
commit 6ba13ddb13

View File

@ -120,9 +120,11 @@ func (AsChatLogic) GetChatRecordList(req *accountFiee.GetChatRecordListRequest)
if err != nil {
return
}
fmt.Println("GetChatRecordList len(data):", len(data))
if err = copier.CopyWithOption(&resp.List, &data, utils.CopierProtoOptions); err != nil {
return
}
fmt.Println("GetChatRecordList len(resp.List):", len(resp.List))
return
}
func (AsChatLogic) RegisterWaiter(request *accountFiee.RegisterWaiterRequest) (resp *accountFiee.RegisterWaiterResp, err error) {