|
@@ -14,18 +14,18 @@ import lombok.extern.slf4j.Slf4j;
|
14
|
14
|
@Slf4j
|
15
|
15
|
public class DomainUrlUtil {
|
16
|
16
|
|
17
|
|
- public static final String SLD_API_URL = "http://jbbcs-admin.slodon.cn"; //主站的URL
|
18
|
|
- public static final String SLD_STATIC_RESOURCES = "http://jbbcs-admin.slodon.cn"; //静态资源的URL
|
|
17
|
+ public static final String SLD_API_URL = "https://ad.eqbidding.com"; //主站的URL
|
|
18
|
+ public static final String SLD_STATIC_RESOURCES = "https://ad.eqbidding.com"; //静态资源的URL
|
19
|
19
|
|
20
|
20
|
public static final String SLD_H5_URL = "http://jbbcs.slodon.cn"; //移动端前端地址
|
21
|
21
|
public static final String SLD_PC_URL = "http://jbbcs-pc.slodon.cn/"; //pc前端地址
|
22
|
22
|
|
23
|
|
- public static final String SLD_ADMIN_URL = "http://jbbcs-admin.slodon.cn"; //admin前端地址
|
|
23
|
+ public static final String SLD_ADMIN_URL = "https://ad.eqbidding.com"; //admin前端地址
|
24
|
24
|
public static final String SLD_SELLER_URL = "http://jbbcs-seller.slodon.cn"; //seller前端地址
|
25
|
25
|
|
26
|
|
- public static final String SLD_IMAGE_RESOURCES = "https://jbbcimgdev.slodon.cn"; //图片资源的URL
|
|
26
|
+ public static final String SLD_IMAGE_RESOURCES = "https://ad.eqbidding.com"; //图片资源的URL
|
27
|
27
|
public static final String QIUNIUYUN_IMAGE_RESOURCES = "http://javaimg.slodon.cn"; //七牛云图片资源的URL
|
28
|
|
- public static final String TENCENTCLOUD_IMAGE_RESOURCES = "https://jbbcimgdev.slodon.cn"; //腾讯云图片资源的URL
|
|
28
|
+ public static final String TENCENTCLOUD_IMAGE_RESOURCES = "https://ad.eqbidding.com"; //腾讯云图片资源的URL
|
29
|
29
|
public static final String ALIYUN_IMAGE_RESOURCES = "http://bucket33333333.oss-cn-beijing.aliyuncs.com"; //阿里云图片资源的URL
|
30
|
30
|
|
31
|
31
|
public static final String SLD_ES_URL = "sld-es"; //Elastic Search URL
|