package consts import "github.com/gogf/gf/v2/frame/g" const ( JY_SESSIONNAME = "SESSIONID" ContextKey = "ContextKey" ) var ( RequestJsonHeader = g.MapStrStr{"Content-Type": "application/json"} )