jiazx0107@163.com
2023-10-31 3f0b65b6b8af5c8c0aa2efa57be3adf2398cd62c
src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
@@ -1,5 +1,7 @@
package com.fzzy.gateway.hx2023;
import org.apache.commons.lang.math.RandomUtils;
/**
 * 常量
 */
@@ -8,5 +10,10 @@
    public static String API_URL_AUTH = "${auth}/authorize/login";
    public static String MESSAGE_TYPE_REPORT_PROPERTY = "REPORT_PROPERTY";
    public static String getMessageId() {
        return System.currentTimeMillis() + RandomUtils.nextInt(1000) + "";
    }
}