jiazx0107@163.com
2023-10-26 57ce50108ffe8d85f9508529dbffea0c064c44a2
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";
 
 
}