林琦海 %!s(int64=5) %!d(string=hai) anos
pai
achega
b3e1ce29de
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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));