diff --git a/common/constant/key.go b/common/constant/key.go
index 6b754a23fb75c82b9b21b88508c1a60273e6303d..9df6585bc05305e253584f3b18a234957659c1f6 100644
--- a/common/constant/key.go
+++ b/common/constant/key.go
@@ -244,7 +244,7 @@ const (
 	// HEALTH_ROUTE_ENABLED_KEY defines if use health router
 	HEALTH_ROUTE_ENABLED_KEY = "health.route.enabled"
 	// AttachmentKey in context in invoker
-	AttachmentKey = AttachmentCtxKey("attachment")
+	AttachmentKey = "attachment"
 )
 
 const (