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