From f8a0b5fb8aa7ccee31a72c9bc3fc2744d4da0897 Mon Sep 17 00:00:00 2001
From: zhouxiantao <1026371446@qq.com>
Date: Mon, 09 Sep 2024 10:31:19 +0800
Subject: [PATCH] 小程序不拦截路径

---
 dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
index 55bb3f6..c7dc585 100644
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
+++ b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
@@ -15,6 +15,12 @@
      */
     public static final int INPUT_WAY_1 = 1;
     public static final int INPUT_WAY_2 = 2;
+
+    /**
+     * 登记方式,1:审核同意,2:审核不同意
+     */
+    public static final String AUDIT_RESULT_1 = "24_00004-1";
+    public static final String AUDIT_RESULT_2 = "24_00004-2";
 }
 /**
  * -------------------_ooOoo_-------------------

--
Gitblit v1.8.0