From 0b32374c7908814627648d2e8f0499be2535b2c7 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sun, 10 Jan 2021 23:06:40 +0800 Subject: [PATCH] 跟进记录接口完成 --- 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