|
|
@ -165,7 +165,8 @@ class PromoteModel extends Model{
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 退出登录
|
|
|
|
* 退出登录
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function logout(){
|
|
|
|
public function logout()
|
|
|
|
|
|
|
|
{
|
|
|
|
session('promote_auth', null);
|
|
|
|
session('promote_auth', null);
|
|
|
|
session('promote_auth_sign', null);
|
|
|
|
session('promote_auth_sign', null);
|
|
|
|
session('game_divide_second_pwd', null);
|
|
|
|
session('game_divide_second_pwd', null);
|
|
|
|