Update asChatRecordLogic.go
This commit is contained in:
parent
8fe0d6ab7a
commit
6ba13ddb13
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user