|
|
@@ -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('没有授权类型');
|