liurunyu
2025-06-24 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
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 ;//服务端端口
}