diff --git a/application/project/controller/Index.php b/application/project/controller/Index.php index 7e59be6..a918d02 100644 --- a/application/project/controller/Index.php +++ b/application/project/controller/Index.php @@ -131,9 +131,6 @@ class Index extends BasicApi */ public function editPassword() { - var_dump(11); - die; - $memberModel = new Member(); $params = Request::only('password,newPassword,confirmPassword,id'); $member = $memberModel->field('password')->get($params['id'])->toArray(); diff --git a/data/template/importTask.xlsx b/data/template/importTask.xlsx new file mode 100644 index 0000000..0b138ad Binary files /dev/null and b/data/template/importTask.xlsx differ