consts.go 205 B

123456789101112
  1. package consts
  2. import "github.com/gogf/gf/v2/frame/g"
  3. const (
  4. JY_SESSIONNAME = "SESSIONID"
  5. ContextKey = "ContextKey"
  6. )
  7. var (
  8. RequestJsonHeader = g.MapStrStr{"Content-Type": "application/json"}
  9. )