1
2
3
4
5
6
7
8
9
10
11
12
13
  | package com.dy.rtuMw3rd; 
 |    
 |    
 |  /** 
 |   * @Author: liurunyu 
 |   * @Date: 2025/02/26 11:03 
 |   * @Description 
 |   */ 
 |  public class ServerProperties { 
 |      public static String XjnkServerHttpsBaseUrl = "https://www.sshyun.com" ;//服务端https服务URL 
 |      public static String BjnlServerIp = "127.0.0.1" ;//服务端IP 
 |      public static Integer BjnlServerPort = 1234 ;//服务端端口 
 |  } 
 |  
  |