shish 4 лет назад
Родитель
Сommit
79e31fe056
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/AdminController.php

+ 1 - 1
app-ghs/controllers/AdminController.php

@@ -232,7 +232,7 @@ class AdminController extends BaseController
 
     //已经存有token,但没有store信息重新获取
     //注意这里的输出内容有多个地方一样,要修改需要同步修改,请搜索关键词loginOK!!!!!!!!
-    public function actionAppReGetLoginInfo()
+    public function actionAutoLogin()
     {
         $admin = $this->admin;
         $currentShopId = $admin->currentShopId ?? 0;