瀏覽代碼

update push

master
DengBiao 1 年之前
父節點
當前提交
2eec62bf4e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      pkg/pb/logic.ext.pb.go

+ 4
- 0
pkg/pb/logic.ext.pb.go 查看文件

@@ -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)
}


Loading…
取消
儲存