This commit is contained in:
@@ -14,6 +14,8 @@ const (
|
||||
ContextKeyUserInfo = "user_info" // 完整的用户信息
|
||||
ContextKeyIP = "ip_address" // IP地址
|
||||
ContextKeyUserAgent = "user_agent" // User-Agent
|
||||
ContextKeyRequestPath = "request_path" // 请求路径
|
||||
ContextKeyRequestMethod = "request_method" // 请求方法
|
||||
ContextKeySubordinateShopIDs = "subordinate_shop_ids" // 下级店铺ID列表(代理用户预计算)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user