This commit is contained in:
Default
2025-04-09 02:13:20 +08:00
parent 466abd8cd6
commit 064a5d4a92
13 changed files with 319 additions and 408 deletions

View File

@@ -31,7 +31,7 @@ class Statis extends BaseController
return Response::create('非法请求!')->code(400);
}
$NovelClicksModel = new NovelClicksModel;
$NovelClicksModel = NovelClicksModel::getInstance();
try {
// for ($intNId = 1; $intNId <= 20; $intNId++) {
@@ -58,7 +58,7 @@ class Statis extends BaseController
// print_r($arrCategory);
$NovelModel = new NovelModel;
$NovelModel = NovelModel::getInstance();
$NovelModel->updateByKeywords(["", ""], 9);
exit;
return Response::create();