liurunyu
2025-04-22 9fa83843558990ea495e1bd4b1cbf667b810fdb5
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 ;//服务端端口
}