This commit is contained in:
Jerry Yan 2020-12-17 11:14:06 +08:00
parent f04c2452c3
commit 0466f2f43e

View File

@ -9,7 +9,7 @@ use wstmart\admin\model\CashDraws as CM;
class Uservouchers extends Base{ class Uservouchers extends Base{
// 前置方法执行列表 // 前置方法执行列表
protected $beforeActionList = [ protected $beforeActionList = [
'checkAuth' => ['except'=>'startgivevouchers,savedaymoney','startrevokevouchers']// 访问这些except下的方法不需要执行前置操作 'checkAuth' => ['except'=>'startgivevouchers,savedaymoney','startRevokeVouchers']// 访问这些except下的方法不需要执行前置操作
]; ];
/** /**
* 保存每日券值 * 保存每日券值