fix(net): 更新基础 URL 地址
- 将 BASE_URL从 "https://no253541tf71.vicp.fun" 修改为 "https://wanzheng.dayuyanjiuyuan.top/frp/"
-此更新用于替换旧的服务器地址,确保网络请求能够正确发送到新的服务器
| | |
| | | */ |
| | | public class Constants { |
| | | // public static final String BASE_URL = "http://192.168.10.52:8088"; |
| | | public static final String BASE_URL = "https://no253541tf71.vicp.fun"; |
| | | public static final String BASE_URL = "https://wanzheng.dayuyanjiuyuan.top/frp/"; |
| | | // public static final String BASE_URL = "http://192.168.40.166:54321"; |
| | | //public static final String BASE_URL = "http://fve2iz.natappfree.cc"; |
| | | public static final String BASE_UPLOAD_FILE_URL = BASE_URL; |