Authored by 郝肖肖

分流语法修复

... ... @@ -721,7 +721,7 @@ class Yohobuy
}
//未登录情况下
if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy'] &&
if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy']) &&
!empty($interfaceShunt['strategy']['notLogin'])) {
$ips = $interfaceShunt[$interfaceShunt['strategy']['notLogin']];
}
... ...