Pu Zhibing
9 天以前 4231cb0417322b6b974210d31ff4cbd8a842da96
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.sinata.push.util;
 
/**
 * @author zhibing.pu
 * @Date 2025/6/22 0:33
 */
public interface URLUtil {
    /**
     * 业务网关接口地址
     */
    String zuul = "http://192.168.110.111:5000";
    /**
     * 业务网关接口地址
     */
    String aj_zuul = "http://192.168.110.111:5000";
}