Browse Source

添加外网测试地址 账号 卢浩 密码1

developer
lh 8 years ago
parent
commit
f41efc3ed8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      app/src/main/java/com/qhclh/ytzh/home/RpcUrl.java

+ 3
- 3
app/src/main/java/com/qhclh/ytzh/home/RpcUrl.java View File

@ -3,9 +3,9 @@ package com.qhclh.ytzh.home;
public class RpcUrl {
///< 域名开发
// public static String BaseAppUrl = "http://192.168.1.9/MarketPlace/";
// public static String BaseAppUrl = "";
///< 正式服务器地址
public static String BaseAppUrl = "http://47.93.175.172/Marketplace/";
// public static String BaseAppUrl = "";
///< 外网测试
// public static String BaseAppUrl = "http://111.198.52.49:81/MarketPlace/";
public static String BaseAppUrl = "http://221.1.97.114:86/B3/";
}

Loading…
Cancel
Save