修改访问权限

This commit is contained in:
邹景立 2021-03-25 13:30:19 +08:00
parent bca067d2b9
commit a8a5e2a916
3 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ class User extends Controller
}
/**
* 新计算用户余额返利
* 算用户余额返利
* @auth true
*/
public function sync()

View File

@ -69,7 +69,7 @@ class UserNotify extends Controller
}
/**
* 修改系统通知状态
* 修改通知状态
* @auth true
* @throws \think\db\exception\DbException
*/

View File

@ -119,12 +119,12 @@ class UserUpgrade extends Controller
}
/**
* 新计算会员级别
* 算用户等级
* @auth true
*/
public function sync()
{
$this->_queue('重新计算所有会员等级', 'xdata:UserUpgrade');
$this->_queue('重新计算所有用户等级', 'xdata:UserUpgrade');
}
/**