jiazx0107@163.com
2023-10-30 567c1488eaf9bfb65cc0afc202325f09183e65f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.fzzy.gateway.hx2023;
 
/**
 * 常量
 */
public class ScConstant {
 
    public static String API_URL_AUTH = "${auth}/authorize/login";
 
 
    public static String MESSAGE_TYPE_REPORT_PROPERTY = "REPORT_PROPERTY";
 
 
}