From 3e8991e5047dccfd1409d6b7b88e2fa8a7255a99 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 16 六月 2020 17:18:47 +0800
Subject: [PATCH] 房屋导入

---
 service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java b/service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
index 52eb936..f2f8423 100644
--- a/service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
+++ b/service-front/src/main/java/com/java110/front/smo/ownerLogin/IOwnerAppLoginSMO.java
@@ -4,6 +4,9 @@
 import com.java110.utils.exception.SMOException;
 import org.springframework.http.ResponseEntity;
 
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
 /**
  * 缁勭粐绠$悊绠$悊鏈嶅姟鎺ュ彛绫�
  * <p>
@@ -19,4 +22,33 @@
      * @throws SMOException 涓氬姟浠g爜灞�
      */
     ResponseEntity<String> doLogin(IPageData pd) throws SMOException;
+
+    /**
+     * 鏍规嵁key 鐧诲綍
+     *
+     * @param pd 椤甸潰鏁版嵁灏佽
+     * @return ResponseEntity 瀵硅薄鏁版嵁
+     * @throws SMOException 涓氬姟浠g爜灞�
+     */
+    ResponseEntity<String> doLoginByKey(IPageData pd) throws SMOException;
+
+    /**
+     * 鑾峰彇access_token
+     *
+     * @param pd
+     * @return
+     * @throws SMOException
+     */
+    ResponseEntity<String> getPageAccessToken(IPageData pd) throws SMOException;
+
+
+    /**
+     * 寰俊鍒锋柊token
+     *
+     * @param pd
+     * @return
+     * @throws SMOException
+     */
+    ResponseEntity<String> refreshToken(IPageData pd, String redirectUrl, String errorUrl,
+                                        HttpServletRequest request, HttpServletResponse response) throws SMOException;
 }

--
Gitblit v1.8.0