修改网络请求接口
This commit is contained in:
@@ -25,7 +25,8 @@ public class MyApi {
|
||||
|
||||
|
||||
|
||||
public static String URiBase = "http://chengjie.free.idcfengye.com";
|
||||
// public static String URiBase = "http://chengjie.free.idcfengye.com";//旧地址
|
||||
public static String URiBase = "http://101.43.95.130:8039";//公网服务器地址
|
||||
|
||||
/**
|
||||
* 网络接口前缀
|
||||
|
||||
@@ -10,7 +10,8 @@ package com.ruilaizi.service.okgonet;
|
||||
*/
|
||||
public class HttpConstants {
|
||||
// public static String URiBase = "https://35q45673j2.goho.co";//测试服务器
|
||||
public static String URiBase = "https://ruilaizipj.com";//线上服务器
|
||||
// public static String URiBase = "https://ruilaizipj.com";//线上服务器(旧地址)
|
||||
public static String URiBase = "http://101.43.95.130:8039";//公网服务器地址
|
||||
public static Boolean Dataflag = true;// 真假数据源
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user