/* * @desc:context 相关常量 * * * @Date: 2022/3/16 14:52 */ package consts const ( // CtxKey 上下文变量存储键名,前后端系统共享 CtxKey = "GFastContext" )