del copyKey

This commit is contained in:
chenjiekun
2023-03-03 14:26:52 +08:00
parent 149ce937f7
commit 72aebb21e5

View File

@@ -181,8 +181,6 @@ func (ctx *cloneContext) Clone() (eoscContext.EoContext, error) {
return nil, fmt.Errorf("%s %w", "HttpContext", eoscContext.ErrEoCtxUnCloneable)
}
var copyKey = struct{}{}
// RequestId 请求ID
func (ctx *cloneContext) RequestId() string {
return ctx.org.requestID