This commit is contained in:
MaxKey
2022-02-27 19:51:12 +08:00
parent 6578897137
commit 933780d082
4 changed files with 16 additions and 18 deletions

View File

@@ -26,7 +26,6 @@ import org.maxkey.crypto.RSAUtils;
import org.maxkey.entity.Accounts;
import org.maxkey.entity.ExtraAttrs;
import org.maxkey.entity.apps.Apps;
import org.maxkey.util.HttpsTrusts;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.servlet.ModelAndView;
@@ -50,8 +49,7 @@ public class ExtendApiQiye163ExmailAdapter extends AbstractAuthorizeAdapter {
@Override
public ModelAndView authorize(ModelAndView modelAndView) {
HttpsTrusts.beforeConnection();
Apps details=(Apps)app;
//extraAttrs from Applications
ExtraAttrs extraAttrs=null;