From 854d9d55a86b7076abc4f526e90001bd806d324c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 11 Jan 2021 10:19:54 +0800
Subject: [PATCH] Merge branch 'api' into order_reform

---
 zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo.java b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo.java
similarity index 95%
rename from zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo.java
rename to zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo.java
index e5c650d..8c211a2 100644
--- a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo.java
+++ b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo.java
@@ -1,4 +1,4 @@
-package com.matrix.system.wechart.templateMsg;
+package com.matrix.system.wechart.templateMsg.demo;
 
 import com.alibaba.fastjson.JSONObject;
 import com.matrix.component.tools.HttpClientUtil;
@@ -6,6 +6,7 @@
 import com.matrix.system.hive.plugin.util.HttpUtils;
 import com.matrix.system.shopXcx.api.WeChatGzhApiTools;
 import com.matrix.system.shopXcx.bean.ShopAdvertisType;
+import com.matrix.system.wechart.templateMsg.GzhTemplateMessagePojo;
 import org.apache.commons.httpclient.HttpClient;
 import org.apache.commons.httpclient.HttpException;
 import org.apache.commons.httpclient.NameValuePair;

--
Gitblit v1.9.1