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/MsgDemo2.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo2.java b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo2.java similarity index 93% rename from zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo2.java rename to zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo2.java index b50626a..edbb168 100644 --- a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo2.java +++ b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo2.java @@ -1,10 +1,12 @@ -package com.matrix.system.wechart.templateMsg; +package com.matrix.system.wechart.templateMsg.demo; import com.alibaba.fastjson.JSONObject; import com.matrix.component.tools.HttpClientUtil; import com.matrix.core.pojo.AjaxResult; import com.matrix.system.hive.plugin.util.HttpUtils; import com.matrix.system.shopXcx.api.WeChatGzhApiTools; +import com.matrix.system.wechart.templateMsg.GzhTemplateMessagePojo; +import com.matrix.system.wechart.templateMsg.UniformMsgPojo; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; -- Gitblit v1.9.1