jiazx0107@163.com
2023-11-08 768308ab47041062d9e97745099784acf297286b
src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
@@ -12,8 +12,18 @@
    public static String MESSAGE_TYPE_REPORT_PROPERTY = "REPORT_PROPERTY";
    public static String MESSAGE_TYPE_INVOKE_FUNCTION = "INVOKE_FUNCTION";
    /**
     * 粮情采指令
     */
    public static String FUNCTION_getTAndRHInfo = "getTAndRHInfo";
    public static String getMessageId() {
        return System.currentTimeMillis() + RandomUtils.nextInt(1000) + "";
    }
    public static int CODE_200 = 200;
}