소스 검색

update push

master
DengBiao 1 년 전
부모
커밋
3afb57a435
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      internal/logic/api/logic_ext.go

+ 4
- 0
internal/logic/api/logic_ext.go 파일 보기

@@ -2,6 +2,7 @@ package api

import (
"context"
"gim/internal/business/comm/utils"
"gim/internal/logic/app"
"gim/pkg/grpclib"
"gim/pkg/pb"
@@ -36,6 +37,9 @@ func (*LogicExtServer) SendMessage(ctx context.Context, in *pb.SendMessageReq) (
SenderId: userId,
DeviceId: deviceId,
}
utils.FilePutContents("sendMessage", utils.SerializeStr(map[string]interface{}{
"data": sender,
}))
seq, err := app.MessageApp.SendMessage(ctx, &sender, in)
if err != nil {
return nil, err


불러오는 중...
취소
저장