From a8a5e2a9166cb4c0061b958264cb15fb0c96f8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 25 Mar 2021 13:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/controller/User.php | 2 +- app/data/controller/UserNotify.php | 2 +- app/data/controller/UserUpgrade.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/data/controller/User.php b/app/data/controller/User.php index 69754c6e2..c44c2c3bc 100644 --- a/app/data/controller/User.php +++ b/app/data/controller/User.php @@ -101,7 +101,7 @@ class User extends Controller } /** - * 重新计算用户余额返利 + * 重算用户余额返利 * @auth true */ public function sync() diff --git a/app/data/controller/UserNotify.php b/app/data/controller/UserNotify.php index 9c65656d8..13d9313fc 100644 --- a/app/data/controller/UserNotify.php +++ b/app/data/controller/UserNotify.php @@ -69,7 +69,7 @@ class UserNotify extends Controller } /** - * 修改系统通知状态 + * 修改通知状态 * @auth true * @throws \think\db\exception\DbException */ diff --git a/app/data/controller/UserUpgrade.php b/app/data/controller/UserUpgrade.php index be3d82e41..319e9f39b 100644 --- a/app/data/controller/UserUpgrade.php +++ b/app/data/controller/UserUpgrade.php @@ -119,12 +119,12 @@ class UserUpgrade extends Controller } /** - * 重新计算会员级别 + * 重算用户等级 * @auth true */ public function sync() { - $this->_queue('重新计算所有会员等级', 'xdata:UserUpgrade'); + $this->_queue('重新计算所有用户等级', 'xdata:UserUpgrade'); } /**