log: add detail of conn

This commit is contained in:
Gordon 2023-06-04 16:09:33 +08:00
parent e0a12924b8
commit e926878e24

View File

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