|
@@ -1,6 +1,5 @@
|
|
|
package com.fs.wxcid.service;
|
|
package com.fs.wxcid.service;
|
|
|
|
|
|
|
|
-import com.fs.wxcid.dto.common.ApiResponse;
|
|
|
|
|
import com.fs.wxcid.dto.common.ApiResponseCommon;
|
|
import com.fs.wxcid.dto.common.ApiResponseCommon;
|
|
|
import com.fs.wxcid.dto.login.LoginStatusData;
|
|
import com.fs.wxcid.dto.login.LoginStatusData;
|
|
|
import com.fs.wxcid.dto.login.LoginStatusResponseData;
|
|
import com.fs.wxcid.dto.login.LoginStatusResponseData;
|
|
@@ -18,4 +17,7 @@ public interface LoginService {
|
|
|
|
|
|
|
|
// 退出登录
|
|
// 退出登录
|
|
|
ApiResponseCommon<Void> logOut(String authKey);
|
|
ApiResponseCommon<Void> logOut(String authKey);
|
|
|
|
|
+
|
|
|
|
|
+ /// 唤醒登录
|
|
|
|
|
+ ApiResponseCommon<Void> wakeUpLogin(String authKey, QrCodeRequest request);
|
|
|
}
|
|
}
|