From 9316c7ef2de85481efb96c79ac39455ba829868e Mon Sep 17 00:00:00 2001 From: tang <28718949@qq.com> Date: Thu, 28 Dec 2023 14:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/api/controllers/ReportStartController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/api/controllers/ReportStartController.php b/modules/api/controllers/ReportStartController.php index 5b891d1..945613c 100644 --- a/modules/api/controllers/ReportStartController.php +++ b/modules/api/controllers/ReportStartController.php @@ -24,7 +24,7 @@ class ReportStartController extends \app\controllers\Controller /** * @return array|mixed|null */ - public function upload() + public function actionUpload() { $leftImg = \Yii::$app->request->get('left'); $rightImg = \Yii::$app->request->get('right');