更换服务器地址

This commit is contained in:
renjianbo
2026-01-08 17:11:28 +08:00
parent 963f37010e
commit 8cf130979b
3 changed files with 198 additions and 197 deletions

2
.idea/kotlinc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.0" />
<option name="version" value="1.9.24" />
</component>
</project>

View File

@@ -9,27 +9,28 @@ public class ApiConfig {
public static String APPID="szo007";
public static String webUrl="https://www.dafaok88.com";*/
public static String BASE_PARENT_URL="https://wy.dou1.net/";
public static String BASE_URL= BASE_PARENT_URL + "api/";
public static String APPID="api/";
//public static String BASE_PARENT_URL="https://wy.dou1.net/";
public static String BASE_PARENT_URL = "http://101.43.95.130:8030/";
public static String BASE_URL = BASE_PARENT_URL + "api/";
public static String APPID = "api/";
public static String UERREGISTER="user/register";
public static String UERREGISTER = "user/register";
public static String GETCODE=BASE_URL+APPID+"user/getVerificationCode";//获取验证码的接口
public static String REGISTERCODE=BASE_URL+APPID+"user/registerUser";//注册接口;
public static String USERLOGIN=BASE_URL+APPID+"user/login";//登陆接口;\
public static String MYHISTROY=BASE_URL+APPID+"user/viewhistory";//我的浏览记录;
public static String MYNES=BASE_URL+APPID+"user/myNews";//我的新闻;
public static String MYCOMMENT=BASE_URL+APPID+"user/myComment";//我的评论
public static String GETCODE = BASE_URL + APPID + "user/getVerificationCode";//获取验证码的接口
public static String REGISTERCODE = BASE_URL + APPID + "user/registerUser";//注册接口;
public static String USERLOGIN = BASE_URL + APPID + "user/login";//登陆接口;\
public static String MYHISTROY = BASE_URL + APPID + "user/viewhistory";//我的浏览记录;
public static String MYNES = BASE_URL + APPID + "user/myNews";//我的新闻;
public static String MYCOMMENT = BASE_URL + APPID + "user/myComment";//我的评论
public static String NEWSINFO=BASE_URL+APPID+"news/getNewsInfo";//新闻详情
public static String NEWSDISUSSINFO=BASE_URL+APPID+"comment/getCommentByBusinessListPage";//新闻评论详情列表
public static String ADDNEWSDISUSS=BASE_URL+APPID+"comment/addComments";//添加评论
public static String ADDNEWSZAN=BASE_URL+APPID+"praise/updatePraise";
public static String NEWSINFO = BASE_URL + APPID + "news/getNewsInfo";//新闻详情
public static String NEWSDISUSSINFO = BASE_URL + APPID + "comment/getCommentByBusinessListPage";//新闻评论详情列表
public static String ADDNEWSDISUSS = BASE_URL + APPID + "comment/addComments";//添加评论
public static String ADDNEWSZAN = BASE_URL + APPID + "praise/updatePraise";
public static String ADDFAVATER=BASE_URL+APPID+"collection//updateCollection";//收藏级添加评论
public static String GETHOMEBANNER=BASE_URL+APPID+"news/getNewsBannerList";//获取首页bannner
public static String MYQRCODE=BASE_URL+APPID+"user/myQrcode";
public static String ADDFAVATER = BASE_URL + APPID + "collection//updateCollection";//收藏级添加评论
public static String GETHOMEBANNER = BASE_URL + APPID + "news/getNewsBannerList";//获取首页bannner
public static String MYQRCODE = BASE_URL + APPID + "user/myQrcode";
//http://haotian.hoheng.cn/api/user/myQrcode
public static String CALLBACK_TEMP_STOP_PAY = BASE_PARENT_URL + "bts/payment/garage_notify"; //支付宝临停车位支付回调