From 29bd44e8648aa2df488f94e7a947ed6839a33877 Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期四, 09 十一月 2023 00:02:18 +0800
Subject: [PATCH] 手动测试

---
 src/main/java/com/fzzy/gateway/hx2023/ScConstant.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/gateway/hx2023/ScConstant.java b/src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
index 7582ed4..badcdf6 100644
--- a/src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
+++ b/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;
+
 /**
  * 甯搁噺
  */
@@ -10,5 +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;
 }

--
Gitblit v1.9.3