change the environment of demo

This commit is contained in:
Arrow Em
2021-08-04 18:40:06 +08:00
parent b9b8a863cc
commit ebd02b6a6d
8 changed files with 13 additions and 23 deletions

View File

@@ -28,9 +28,7 @@ public class SocketServicesConstants {
case HTTP_DNS_ENV_DEV:
return com.zhidao.socket.Environment.dev;
case HTTP_DNS_ENV_QA:
case HTTP_DNS_ENV_DEMO:
return com.zhidao.socket.Environment.qa;
case HTTP_DNS_ENV_RELEASE:
default:
return com.zhidao.socket.Environment.release;
}