|
@@ -1,6 +1,5 @@
|
|
|
package com.sxtvs.open.api.odata;
|
|
|
|
|
|
-import com.sxtvs.open.core.auth.LoginRequired;
|
|
|
import com.sxtvs.open.core.sls.AliyunLogger;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
@@ -14,7 +13,6 @@ public class OauthController {
|
|
|
private AliyunLogger logger;
|
|
|
|
|
|
@RequestMapping("douyin/code")
|
|
|
- @LoginRequired
|
|
|
public String douyinQrCode() {
|
|
|
logger.info("key", "douyinQrCode");
|
|
|
return "redirect:https://open.douyin.com/platform/oauth/connect/?" +
|