修改了Host地址 zhidaohulian.com 为新的 zhidaozhixing.com

This commit is contained in:
董宏宇
2020-11-17 10:55:06 +08:00
parent 199976c153
commit f7b33e0538
8 changed files with 25 additions and 38 deletions

View File

@@ -2,8 +2,8 @@ package com.mogo.module.media.constants;
public interface BaseUrlConstants {
String DEV_BASE_URL = "http://dzt-dev.zhidaohulian.com";
String QA_BASE_URL = "http://dzt-test.zhidaohulian.com";
String SHOW_BASE_URL = "http://dzt-show.zhidaohulian.com";
String QA_BASE_URL = "http://dzt-test.zhidaozhixing.com";
String SHOW_BASE_URL = "http://dzt-show.zhidaozhixing.com";
String RELEASE_BASE_URL = "http://dzt.zhidaohulian.com";