add ParseToken rpc

This commit is contained in:
skiffer-git
2022-09-21 18:44:21 +08:00
parent 2bf50bb8c2
commit 6d82c9c3db
4 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func SendMsg(c *gin.Context) {
}
client := pbChat.NewMsgClient(etcdConn)
log.Info("", "", "api SendMsg call, api call rpc...")
log.Info(params.OperationID, "", "api SendMsg call, api call rpc...")
reply, err := client.SendMsg(context.Background(), pbData)
if err != nil {