This commit is contained in:
UM ARK Server
2022-08-08 17:52:37 +08:00
parent 7d3411cd72
commit 70ff958888
26 changed files with 1836 additions and 1807 deletions
+20 -20
View File
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>testttttttt</title>
<script src="js/function.js?v=1"></script>
</head>
<body>
</body>
</html>
<script>
Printf("login test");
var rt=Post_Html("https://ark.boxz.dev/api/club_signin/","account=test&password=12345");
var jss=Get_Json(rt);
Printf(jss);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>testttttttt</title>
<script src="js/function.js?v=1"></script>
</head>
<body>
</body>
</html>
<script>
Printf("login test");
var rt=Post_Html("https://ark.boxz.dev/api/club_signin/","account=test&password=12345");
var jss=Get_Json(rt);
Printf(jss);
</script>