mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改访问权限
This commit is contained in:
parent
bca067d2b9
commit
a8a5e2a916
@ -101,7 +101,7 @@ class User extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重新计算用户余额返利
|
* 重算用户余额返利
|
||||||
* @auth true
|
* @auth true
|
||||||
*/
|
*/
|
||||||
public function sync()
|
public function sync()
|
||||||
|
@ -69,7 +69,7 @@ class UserNotify extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改系统通知状态
|
* 修改通知状态
|
||||||
* @auth true
|
* @auth true
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
|
@ -119,12 +119,12 @@ class UserUpgrade extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重新计算会员级别
|
* 重算用户等级
|
||||||
* @auth true
|
* @auth true
|
||||||
*/
|
*/
|
||||||
public function sync()
|
public function sync()
|
||||||
{
|
{
|
||||||
$this->_queue('重新计算所有会员等级', 'xdata:UserUpgrade');
|
$this->_queue('重新计算所有用户等级', 'xdata:UserUpgrade');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user