Browse Source

checkredis

yijia
娄梦宁 3 years ago
parent
commit
efa5a49cd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/User.php

+ 1
- 1
addons/unishop/controller/User.php View File

@@ -49,7 +49,7 @@ class User extends Base
$ordinary_user_end=strtotime($ordinary_user_end);
if (time()<$ordinary_user_end && time()>$ordinary_user_start){
$this->auth->logout();
$this->error('It\'s not time to open', $data);
$this->error('It\'s not time to open', $data);
}
}else{
//特权用户


Loading…
Cancel
Save