Json::class, 'sysConfig' => SystemConfigService::class, 'sysGroupData' => GroupDataService::class ]; public function register() { defined('TOP_PRECISION') || define('TOP_PRECISION', 2); // 服务注册 } public function boot() { // 服务启动 } }