liujie
2025-08-12 086fd5d2392b9028cf1159aec7cd47ddd1eb4d07
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.85:5000";
    /**
     * 业务网关接口地址
     */
    String aj_zuul = "http://192.168.110.106:3002";
}