shish 6 年之前
父節點
當前提交
3febb30a68
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/mobile/controllers/AuthController.php

+ 4 - 1
app/mobile/controllers/AuthController.php

@@ -71,6 +71,9 @@ class AuthController extends PublicController
 				$account = $queryArray['account'];
 			}
 		}
+		
+		print_r($get);die;
+		
 		//获取m.xx.com/account/12358这类链接的商家id
 		if (empty($account) && preg_match('/\/account\/(\d+)/', $suffixUrl, $match)) {
 			$account = $match[1];
@@ -88,7 +91,7 @@ class AuthController extends PublicController
 		$merchantId = $merchant['id'];
 		$authScope = isset($get['authScope']) ? $get['authScope'] : '';
 		
-		print_r($get);die;
+		
 		
 		if (empty($authScope)) {
 			util::stop('没有授权类型');