This commit is contained in:
2023-04-06 17:01:28 +08:00
parent 7efe885a85
commit f595b580dd
+6 -6
View File
@@ -38,7 +38,7 @@ init();
</body>
</html>
<!--page func-->
/** page func start */
<?php function show_index()
{
ob_start(); ?>
@@ -89,9 +89,9 @@ init();
}
?>
<!--page func end-->
/** page func end */
<!--api-->
/** api func start */
<?php
function check_api()
@@ -126,10 +126,10 @@ function api_test()
}
?>
<!--api end-->
/** api func end */
<!--common func-->
/** common func start */
<?php
function init()
@@ -161,7 +161,7 @@ function show_page()
}
?>
<!--common func end-->
/** common func end */