From c3ed259288907706ce88990bf80e5a66612ddf76 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 19 Sep 2024 10:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/admin/app/controller/StudentController.php | 2 +- plugin/admin/app/controller/StudentParentController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/admin/app/controller/StudentController.php b/plugin/admin/app/controller/StudentController.php index 1cedc3b..5fd78a5 100644 --- a/plugin/admin/app/controller/StudentController.php +++ b/plugin/admin/app/controller/StudentController.php @@ -242,7 +242,7 @@ class StudentController extends Crud /** - * @desc 重置密码 + * @desc 重置openid * @param Request $request * @return Response */ diff --git a/plugin/admin/app/controller/StudentParentController.php b/plugin/admin/app/controller/StudentParentController.php index 7feccb2..e2684e0 100644 --- a/plugin/admin/app/controller/StudentParentController.php +++ b/plugin/admin/app/controller/StudentParentController.php @@ -168,7 +168,7 @@ class StudentParentController extends Crud /** - * @desc 重置密码 + * @desc 重置openid * @param Request $request * @return Response */