mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
Update UserLevel.php
This commit is contained in:
parent
315343a587
commit
2440fe0432
@ -115,6 +115,15 @@ class UserLevel extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 重新计算会员级别
|
||||||
|
* @auth true
|
||||||
|
*/
|
||||||
|
public function sync()
|
||||||
|
{
|
||||||
|
$this->_queue('重新计算所有会员等级', 'xdata:UserLevel');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改等级状态
|
* 修改等级状态
|
||||||
* @auth true
|
* @auth true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user