This commit is contained in:
2022-09-27 16:57:22 +08:00
parent 2d6b2f8bf6
commit 1d945f8cac
+2 -2
View File
@@ -74,7 +74,7 @@ use Kiri\Annotation\Route\RequestMethod;
use Kiri\Core\Str; use Kiri\Core\Str;
use Kiri\Core\Json; use Kiri\Core\Json;
use Kiri\Message\Handler\CoreMiddleware; use Kiri\Message\Handler\CoreMiddleware;
use app\Components\Middleware\OAuthMiddleware; use Components\Middleware\OAuthMiddleware;
use Kiri\Message\Handler\Controller; use Kiri\Message\Handler\Controller;
use JetBrains\PhpStorm\ArrayShape; use JetBrains\PhpStorm\ArrayShape;
use {$model_namespace}\\{$managerName}; use {$model_namespace}\\{$managerName};
@@ -241,7 +241,7 @@ use {$model_namespace}\\{$managerName};
* @return string * @return string
* @throws Exception * @throws Exception
*/ */
public function actionAuditing(): string public function actionBatchAuditing(): string
{ {
$ids = $this->request->array(\'ids\', []); $ids = $this->request->array(\'ids\', []);
if (empty($ids)) { if (empty($ids)) {