jiazx0107@163.com
2023-10-25 ff939d89964ddec7958934b9f7e3d8d73e3850fa
1
2
3
4
5
6
7
8
9
10
11
package com.fzzy.gateway.sc2023;
 
/**
 * 常量
 */
public class ScConstant {
 
    public static String API_URL_AUTH ="${auth}/authorize/login";
 
 
}