修改网络请求接口

This commit is contained in:
rjb
2026-01-25 20:45:08 +08:00
parent be688dd483
commit b982b338c2
2 changed files with 4 additions and 2 deletions

View File

@@ -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";//公网服务器地址
/**
* 网络接口前缀

View File

@@ -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;// 真假数据源
/**