合并分支 'master-server' 到 'master'
Master server 查看合并请求 !834
正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -406,7 +406,7 @@ class ComController extends BaseController | @@ -406,7 +406,7 @@ class ComController extends BaseController | ||
| 406 | * @method :post | 406 | * @method :post |
| 407 | * @time :2024/10/28 11:51 | 407 | * @time :2024/10/28 11:51 |
| 408 | */ | 408 | */ |
| 409 | - public function month_count(){ | 409 | + public function month_counts(){ |
| 410 | Artisan::call('month_project '.$this->user['project_id']); | 410 | Artisan::call('month_project '.$this->user['project_id']); |
| 411 | $this->response('重新刷新中,请稍后刷新查询'); | 411 | $this->response('重新刷新中,请稍后刷新查询'); |
| 412 | } | 412 | } |
| @@ -21,6 +21,8 @@ Route::middleware(['bloginauth'])->group(function () { | @@ -21,6 +21,8 @@ Route::middleware(['bloginauth'])->group(function () { | ||
| 21 | Route::any('/getLink', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getLink'])->name('getLink'); | 21 | Route::any('/getLink', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getLink'])->name('getLink'); |
| 22 | Route::any('/getMobileProject', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getMobileProject'])->name('getMobileProject'); | 22 | Route::any('/getMobileProject', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getMobileProject'])->name('getMobileProject'); |
| 23 | Route::any('/getNoticeInfo', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getNoticeInfo'])->name('getNoticeInfo'); | 23 | Route::any('/getNoticeInfo', [\App\Http\Controllers\Bside\BCom\ComController::class, 'getNoticeInfo'])->name('getNoticeInfo'); |
| 24 | + //重新校队流量统计 | ||
| 25 | + Route::any('/month_counts', [\App\Http\Controllers\Bside\BCom\ComController::class, 'month_counts'])->name('month_counts'); | ||
| 24 | //黑格数据 | 26 | //黑格数据 |
| 25 | Route::prefix('suppliers')->group(function () { | 27 | Route::prefix('suppliers')->group(function () { |
| 26 | Route::any('/recommendedPurchaser', [\App\Http\Controllers\Bside\Suppliers\SuppliersController::class, 'recommendedPurchaser'])->name('suppliers_recommendedPurchaser'); | 28 | Route::any('/recommendedPurchaser', [\App\Http\Controllers\Bside\Suppliers\SuppliersController::class, 'recommendedPurchaser'])->name('suppliers_recommendedPurchaser'); |
-
请 注册 或 登录 后发表评论