first commit
This commit is contained in:
9
pgserver/push.php
Normal file
9
pgserver/push.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
use think\Container;
|
||||
|
||||
// 加载基础文件\
|
||||
require __DIR__ . '/thinkphp/base.php';
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
//
|
||||
// 执行应用并响应
|
||||
Container::get('app')->bind('push/Push/index')->run()->send();
|
||||
Reference in New Issue
Block a user