Explorar el Código

修改生产环境地址

zhanglong7 %!s(int64=3) %!d(string=hace) años
padre
commit
7a0716e7e4
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      ipu-sdk-demo/app/src/main/assets/mobile-config.xml

+ 4 - 1
ipu-sdk-demo/app/src/main/assets/mobile-config.xml

@ -2,7 +2,10 @@
2 2
<configs>
3 3
    <!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
4 4
<!--	<config name="request_host" value="http://10.13.14.59:9090"/>-->
5
	<config name="request_host" value="http://172.30.244.100:9090"/>
5
	<!-- 测试环境 -->
6
<!--	<config name="request_host" value="http://172.30.244.100:9090"/>-->
7
	<!-- 生产环境 -->
8
	<config name="request_host" value="http://172.30.214.100:9090"/>
6 9
	<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
7 10
	<!-- <config name="request_host" value="http://10.0.2.2:8080"/> -->
8 11
	<!-- 必须。容器应用名或请求根路径 -->