From 3986351eeba785bc7b42a9bde188b18f481d5872 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 九月 2020 11:16:47 +0800
Subject: [PATCH] 优化代码
---
service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java b/service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java
index 2da6cd1..ac9458f 100644
--- a/service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java
+++ b/service-front/src/main/java/com/java110/front/smo/wechatGateway/IWechatGatewaySMO.java
@@ -1,6 +1,7 @@
package com.java110.front.smo.wechatGateway;
import com.java110.core.context.IPageData;
+import com.java110.dto.smallWeChat.SmallWeChatDto;
import com.java110.utils.exception.SMOException;
import org.springframework.http.ResponseEntity;
@@ -19,4 +20,12 @@
* @throws SMOException 涓氬姟浠g爜灞�
*/
ResponseEntity<String> gateway(IPageData pd) throws Exception;
+
+ /**
+ * 鏌ヨ寰俊淇℃伅
+ *
+ * @param smallWeChatDto
+ * @return
+ */
+ SmallWeChatDto getSmallWechat(IPageData pd, SmallWeChatDto smallWeChatDto);
}
--
Gitblit v1.8.0