|
...
|
...
|
@@ -18,6 +18,7 @@ Route::middleware(['aloginauth'])->group(function () { |
|
|
|
Route::any('/getCountry', [Aside\Com\CNoticeController::class, 'getCountry'])->name('admin.getCountry');
|
|
|
|
Route::any('/getDynamicPassword', [Aside\Com\IndexController::class, 'getDynamicPassword'])->name('admin.getDynamicPassword');
|
|
|
|
Route::any('/notAiHumanizer', [Aside\Com\IndexController::class, 'notAiHumanizer'])->name('admin.notAiHumanizer');
|
|
|
|
Route::any('/prInfoDownload', [Aside\Com\IndexController::class, 'prInfoDownload'])->name('admin.prInfoDownload');//pr报告下载
|
|
|
|
//会员相关
|
|
|
|
Route::prefix('user')->group(function () {
|
|
|
|
//会员管理
|
...
|
...
|
|