dever 7 years ago
parent
commit
c6b58e5b2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tm/lib/Controller/EventsController.class.php

+ 2 - 0
tm/lib/Controller/EventsController.class.php

@@ -534,6 +534,7 @@ class EventsController extends Controller {
 			}
 			if ($tokenid) {
 				# 先检查有没有过期吧
+				/*
 				$config = Config::getInstance()->get('passport');
 				$param['authorizedCode'] = 'fulishe';
 		        $param['tokenId'] = $tokenid;
@@ -550,6 +551,7 @@ class EventsController extends Controller {
 
 		        	return $passport_url;
 		        }
+		        */
 
 				# app中已登陆
 				$passport_url .= '&tokenid=' . $tokenid;