Skip to content

Commit 66bb062

Browse files
committed
移一下位置
1 parent 62ad474 commit 66bb062

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

TimeMachine-web/src/main/java/com/xiaomo/timeMachine/web/controller/openLogin/AuthLoginController.java renamed to TimeMachine-web/src/main/java/com/xiaomo/timeMachine/web/controller/AuthLoginController.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.xiaomo.timeMachine.web.controller.openLogin;
1+
package com.xiaomo.timeMachine.web.controller;
22

33
import com.alibaba.fastjson.JSONObject;
44
import com.xiaomo.timeMachine.core.api.OauthApi;
@@ -58,6 +58,8 @@ public void login(HttpServletResponse response) throws IOException {
5858
}
5959

6060
/**
61+
* QQ登录回调
62+
*
6163
* @param response response
6264
* @param code code
6365
* @return String url

TimeMachine-web/src/main/java/com/xiaomo/timeMachine/web/controller/RecordController.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)