1:优化服务地址
This commit is contained in:
@@ -2,7 +2,25 @@ package com.xscm.moduleutil.utils.config;
|
|||||||
|
|
||||||
public enum EnvironmentEnum {
|
public enum EnvironmentEnum {
|
||||||
// "https://vespa.qxyushen.top/",
|
// "https://vespa.qxyushen.top/",
|
||||||
PRODUCTION(//生产环境
|
// PRODUCTION(//生产环境
|
||||||
|
// //"https://vespa.qxyushen.top/",
|
||||||
|
// "https://yushengapi.qxyushen.top/",
|
||||||
|
// "KvNmqZc+VMzO4CfGMd5zmG6w6OFwpFO/19TwXUWfHDOBgmnl9DgIuE+kbrjNNnxqhtP3pH7bBrnSaSeFtunr72q6sgpLsfuswcUroMvz2slaTBcNzCaLi+GSnM3gB/GdO47mwLdk+iYBTvPUOCIuT608Z29z09w+vPeUDoMCHJBGXu6uh7Nj6PtV1dfGoUvByk1ZF0WYVjIqKDcb3tXY4jonFh3XAWhzMy8xKwN6F2nuK2IcdIwaSPsvuMZmhatP6f9kOE+vnfweyCHS3RxiG474WIoZGJM8omrl3/pOVqE=",
|
||||||
|
// "https://oss-cn-beijing.aliyuncs.com/",
|
||||||
|
// "LTAI5tKgrfcFQxH46ZwWYgFW",
|
||||||
|
// "ZOjTqAJmUL563EKFKySrUwAHtx4hKt",
|
||||||
|
// "midi01",
|
||||||
|
// "https://midi01.oss-cn-beijing.aliyuncs.com/",
|
||||||
|
// "wxc7681513be9f926b",
|
||||||
|
// 1600096860,
|
||||||
|
// "3e8f3add448d4692bc1d04c75ffe801b",
|
||||||
|
// //"tcp://1.13.101.98",
|
||||||
|
//// "tcp://1.13.20.30",
|
||||||
|
// "tcp://yushengapi.qxyushen.top",
|
||||||
|
// // "https://vespa.qxyushen.top/h5",
|
||||||
|
// "https://yushengapi.qxyushen.top/h5",
|
||||||
|
// 0),
|
||||||
|
PRODUCTION(//预测版本
|
||||||
//"https://vespa.qxyushen.top/",
|
//"https://vespa.qxyushen.top/",
|
||||||
"https://vsyusheng.qxhs.xyz/", //这是要进行正式服测试的地址
|
"https://vsyusheng.qxhs.xyz/", //这是要进行正式服测试的地址
|
||||||
// "https://yushengapi.qxyushen.top/",
|
// "https://yushengapi.qxyushen.top/",
|
||||||
@@ -21,9 +39,9 @@ public enum EnvironmentEnum {
|
|||||||
// "tcp://yushengapi.qxyushen.top",
|
// "tcp://yushengapi.qxyushen.top",
|
||||||
"tcp://vsyusheng.qxhs.xyz", //这是要进行正式服测试的地址
|
"tcp://vsyusheng.qxhs.xyz", //这是要进行正式服测试的地址
|
||||||
// "https://vespa.qxyushen.top/h5",
|
// "https://vespa.qxyushen.top/h5",
|
||||||
"https://yushengapi.qxyushen.top/h5",
|
"https://vsyusheng.qxhs.xyz/h5",
|
||||||
|
// "https://yushengapi.qxyushen.top/h5",
|
||||||
0),
|
0),
|
||||||
|
|
||||||
Auxiliary(//辅助生产环境
|
Auxiliary(//辅助生产环境
|
||||||
//"https://vespa.qxyushen.top/",
|
//"https://vespa.qxyushen.top/",
|
||||||
"https://details.qxhs.xyz/",
|
"https://details.qxhs.xyz/",
|
||||||
|
|||||||
Reference in New Issue
Block a user