shish 3 years ago
parent
commit
4e029d6b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-pt/controllers/AdminController.php

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

@@ -10,7 +10,7 @@ class AdminController extends BaseController
 
     public function actionUpdateOpenId()
     {
-
+        util::complete();
     }
 
 }