Update UserLevel.php

This commit is contained in:
邹景立 2021-02-24 18:29:12 +08:00
parent 315343a587
commit 2440fe0432

View File

@ -115,6 +115,15 @@ class UserLevel extends Controller
}
}
/**
* 重新计算会员级别
* @auth true
*/
public function sync()
{
$this->_queue('重新计算所有会员等级', 'xdata:UserLevel');
}
/**
* 修改等级状态
* @auth true