...
|
...
|
@@ -751,7 +751,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']];
|
|
|
}
|
...
|
...
|
|