推广后台->验证安全密码--更新

master
chenxiaojun 5 years ago
parent 03cbc66d92
commit f5d6bd27ab

@ -15,8 +15,8 @@ class GameDivideController extends BaseController
//首页 //首页
public function index() public function index()
{ {
$parentId = getParentPromoteId(PID);//上级ID $loginPromote = $this->getLoginPromote();
if ($parentId > 0) { if ($loginPromote['parent_id'] > 0) {//只开会长权限
$this->error('权限异常'); $this->error('权限异常');
} }

Loading…
Cancel
Save