From a598218a73cc7736925517b12db6a861bd971f73 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 22 一月 2026 18:18:08 +0800
Subject: [PATCH] 小程序   接口开发

---
 server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java b/server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java
index 70ef54a..4b4ee73 100644
--- a/server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java
+++ b/server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java
@@ -991,6 +991,61 @@
 
     }
 
+    public enum WxNotice {
+
+        GOODSORDER_SEND(0,"鎮ㄨ喘涔扮殑鍟嗗搧銆恵param}銆戝凡鍙戣揣","/","02BlSaqsSje7IjsWy0K7HdH7ArpOsEHD14OQU2Mk2Cs"),
+        GOODSORDER_WRITEOFF(1,"鎮ㄨ喘涔扮殑鍟嗗搧銆恵param}銆戝凡鏍搁攢","/","A_-0NgHwX5a6Dlst64rqcDtcz_fGILwl3HTpN1rf7GE"),
+        GOODSORDER_REFUND(2,"鎮ㄨ喘涔扮殑鍟嗗搧銆恵param}銆戝凡閫�娆撅紝閫�娆鹃噾棰濄�愶骏{param2}銆�","/","yGwMHrXM3Qd55hdSeaKY9dLb-kfgE2Vs-8iK9kQaveI");
+
+        WxNotice(int i, String s, String s1,String s2) {
+            this.type = i;
+            this.noticeInfo = s;
+            this.jumpUrl = s1;
+            this.tempId = s2;
+        }
+
+
+        private int type;
+        private String noticeInfo; //閫氱煡淇℃伅
+        private String jumpUrl;//璺宠浆璺緞
+        private String tempId;//璺宠浆璺緞
+
+
+        public int getType() {
+            return type;
+        }
+
+        public void setType(int type) {
+            this.type = type;
+        }
+
+        public String getNoticeInfo() {
+            return noticeInfo;
+        }
+
+        public void setNoticeInfo(String noticeInfo) {
+            this.noticeInfo = noticeInfo;
+        }
+
+        public String getJumpUrl() {
+            return jumpUrl;
+        }
+
+        public void setJumpUrl(String jumpUrl) {
+            this.jumpUrl = jumpUrl;
+        }
+        public String getTempId() {
+            return tempId;
+        }
+        public void setTempId(String tempId) {
+            this.tempId = tempId;
+        }
+
+
+    }
+
+
+
 
     /**
      * 鏍囩绫诲瀷

--
Gitblit v1.9.3