log: add detail of conn

This commit is contained in:
Gordon 2023-06-04 14:58:53 +08:00
parent 85b45583f4
commit 16e5710d68

View File

@ -281,7 +281,7 @@ const (
const OperationID = "operationID" const OperationID = "operationID"
const OpUserID = "opUserID" const OpUserID = "opUserID"
const ConnID = "connID" const ConnID = "connID"
const OpUserPlatform = "platform" const OpUserPlatform = "platformID"
const Token = "token" const Token = "token"
const RpcCustomHeader = "customHeader" // rpc中间件自定义ctx参数 const RpcCustomHeader = "customHeader" // rpc中间件自定义ctx参数
const CheckKey = "CheckKey" const CheckKey = "CheckKey"