|
|
|
@ -1,20 +1,23 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
use app\controller\AiCommandController; |
|
|
|
use app\controller\ArticleCategoryController; |
|
|
|
use app\controller\CreationArticleController; |
|
|
|
use app\controller\CreationTaskController; |
|
|
|
use app\controller\DistillationQuestionsController; |
|
|
|
use app\controller\EnterprisePortraitCategoryController; |
|
|
|
use app\controller\EnterprisePortraitLibraryController; |
|
|
|
use app\controller\ExpiosiveReplicaController; |
|
|
|
use app\controller\GlobalProxyController; |
|
|
|
use app\controller\IndexController; |
|
|
|
use app\controller\KnowledgeLibraryController; |
|
|
|
use app\controller\DistillationWordController; |
|
|
|
use app\controller\user\AiCommandController; |
|
|
|
use app\controller\user\ArticleCategoryController; |
|
|
|
use app\controller\user\CreationArticleController; |
|
|
|
use app\controller\user\CreationTaskController; |
|
|
|
use app\controller\user\DistillationQuestionsController; |
|
|
|
use app\controller\user\DistillationWordController; |
|
|
|
use app\controller\user\EnterprisePortraitCategoryController; |
|
|
|
use app\controller\user\EnterprisePortraitLibraryController; |
|
|
|
use app\controller\user\ExpiosiveReplicaController; |
|
|
|
use app\controller\user\GlobalProxyController; |
|
|
|
use app\controller\user\IndexController; |
|
|
|
use app\controller\user\KnowledgeLibraryController; |
|
|
|
use plugin\piadmin\app\middleware\UserAuthorizationMiddleware; |
|
|
|
use Webman\Route; |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户端定制路由 |
|
|
|
*/ |
|
|
|
Route::group('/service/v1', function () { |
|
|
|
//控制台
|
|
|
|
Route::group('/statistic', function () { |
|
|
|
|