Authored by 郝肖肖

分流语法修复

@@ -751,7 +751,7 @@ class Yohobuy @@ -751,7 +751,7 @@ class Yohobuy
751 } 751 }
752 752
753 //未登录情况下 753 //未登录情况下
754 - if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy'] && 754 + if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy']) &&
755 !empty($interfaceShunt['strategy']['notLogin'])) { 755 !empty($interfaceShunt['strategy']['notLogin'])) {
756 $ips = $interfaceShunt[$interfaceShunt['strategy']['notLogin']]; 756 $ips = $interfaceShunt[$interfaceShunt['strategy']['notLogin']];
757 } 757 }