tp6框架的销售统计系统

service.php 137B

    <?php use app\AppService; // 系统服务定义文件 // 服务在完成全局初始化之后执行 return [ AppService::class, ];