package com.fzzy.gateway.sc2023; /** * 常量 */ public class ScConstant { public static String API_URL_AUTH ="${auth}/authorize/login"; }