闸门小程序接口

This commit is contained in:
2025-07-07 02:12:33 +08:00
commit cdc59b4598
67 changed files with 1860 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
if( !defined('IN') ) die('bad request');
include_once( CROOT . 'controller' . DS . 'core.class.php' );
class appController extends coreController
{
function __construct()
{
// 载入默认的
parent::__construct();
}
// login check or something
}