林琦海 5 lat temu
rodzic
commit
b3e1ce29de
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app-ghs/controllers/NoticeController.php

+ 2 - 2
app-ghs/controllers/NoticeController.php

@@ -225,7 +225,7 @@ class NoticeController extends PublicController
     }
 
     //闪送授权
-    public function shansAuth()
+    public function actionShansAuth()
     {
         $get = Yii::$app->request->get();
         $token = $get['token']??'';
@@ -237,7 +237,7 @@ class NoticeController extends PublicController
     }
 
     //闪送开放者授权跳转
-    public function shansRedirect()
+    public function actionShansRedirect()
     {
         $get = Yii::$app->request->get();
         Yii::info("get info". json_encode($get));