Skip to content

Commit

Permalink
Update get_header.go
Browse files Browse the repository at this point in the history
Signed-off-by: ozlinex <[email protected]>
  • Loading branch information
ozline authored Jan 12, 2025
1 parent 3eeac96 commit 0e9926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/mw/get_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func GetHeaderParams() app.HandlerFunc {
Cookies: cookies,
})

// add KV for RPC server to get
// 实现规范化服务透传,不需要中间进行编解码
ctx = metainfoContext.WithLoginData(ctx, &model.LoginData{
Id: id,
Cookies: cookies,
Expand Down

0 comments on commit 0e9926f

Please sign in to comment.