|
@@ -159,6 +159,15 @@ public class YoumeiAccountServiceImpl extends ServiceImpl<YoumeiAccountMapper, Y
|
|
return cache.get(text, this::wordCheck);
|
|
return cache.get(text, this::wordCheck);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ public String yqt(){
|
|
|
|
+ String accountName = getWbjcToken("sxgdrmt");
|
|
|
|
+ String yqtUser = "sxsgdrmtzx";
|
|
|
|
+ long t = System.currentTimeMillis() - 60 * 1000;
|
|
|
|
+ return "redirect:https://api-open.yqt365.com/api/login/v1/ssoLogin?timeStamp=" + t + "&systemId=sxsgdcxzx&clientUserName=" + yqtUser + "&channel=3789" +
|
|
|
|
+ "&accessToken=" + accountName;
|
|
|
|
+ }
|
|
|
|
+
|
|
public static void main(String[] args) throws IOException {
|
|
public static void main(String[] args) throws IOException {
|
|
|
|
|
|
}
|
|
}
|