mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +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
|
||||
|
Loading…
x
Reference in New Issue
Block a user