Explorar el Código

update push

master
DengBiao hace 1 año
padre
commit
2eec62bf4e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      pkg/pb/logic.ext.pb.go

+ 4
- 0
pkg/pb/logic.ext.pb.go Ver fichero

@@ -8,6 +8,7 @@ package pb

import (
context "context"
"gim/internal/business/comm/utils"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
@@ -2771,6 +2772,9 @@ func _LogicExt_SendMessage_Handler(srv interface{}, ctx context.Context, dec fun
if err := dec(in); err != nil {
return nil, err
}
utils.FilePutContents("LogicExt_SendMessage_Handler", utils.SerializeStr(map[string]interface{}{
"data": interceptor,
}))
if interceptor == nil {
return srv.(LogicExtServer).SendMessage(ctx, in)
}


Cargando…
Cancelar
Guardar