You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/dsSso/autologin.html

24 lines
1.1 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<head>
<title>自动登录</title>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport"
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<script src="https://cdn.staticfile.org/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
</head>
<body>
<script>
$.cookie('access_token', 'AW0AEpnKSHal9i8OKHtSNw', { expires: 7, path: '/' });
$.cookie('bureau_id', '-1', { expires: 7, path: '/' });
$.cookie('identity_id', '1', { expires: 7, path: '/' });
$.cookie('person_id', '094DDDC8-0497-4165-B6EB-86F8C0C86C5E', { expires: 7, path: '/' });
$.cookie('token', '1be2a0da0dc97d412cbdf61fcae8f4e5', { expires: 7, path: '/' });
</script>
</body>
</html>