[think\exception\ThrowableError]
Fatal error: Class 'think\Container' not found
Exception trace:
() at /www/wwwroot/testappapi.lodark.com/server.php:9<?php
namespace think;
define('APP_PATH', __DIR__ . '/ApiMain/');
// 加载基础文件
require __DIR__ . '/ApiCore/base.php';
// 执行应用并响应
Container::get('app',[APP_PATH])->bind('push/Worker')->run()->send(); 最佳答案