package constantx // 环境 const ( Prod = "pro" //生产环境 Test = "test" //测试环境 Dev = "dev" //开发环境 )