|
|
@ -176,8 +176,8 @@ Route::group(function () { |
|
|
Route::post('personnelLogin', 'login.Login/personnelLogin'); |
|
|
Route::post('personnelLogin', 'login.Login/personnelLogin'); |
|
|
//获取字典 |
|
|
//获取字典 |
|
|
Route::get('common/getDictionary', 'apiController.Common/getDictionary'); |
|
|
Route::get('common/getDictionary', 'apiController.Common/getDictionary'); |
|
|
//员工端-修改密码操作 |
|
|
//忘记密码-通过短信验证码进行密码重置(学生/员工通用) |
|
|
Route::post('personnel/edidPassword', 'apiController.Personnel/edidPassword'); |
|
|
Route::post('common/forgetPassword', 'apiController.Common/forgetPassword'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -209,6 +209,8 @@ Route::group(function () { |
|
|
Route::post('personnel/edit', 'apiController.Personnel/edit'); |
|
|
Route::post('personnel/edit', 'apiController.Personnel/edit'); |
|
|
//员工端-验证旧密码是否正确 |
|
|
//员工端-验证旧密码是否正确 |
|
|
Route::post('personnel/checkOldPwd', 'apiController.Personnel/checkOldPwd'); |
|
|
Route::post('personnel/checkOldPwd', 'apiController.Personnel/checkOldPwd'); |
|
|
|
|
|
//员工端-修改密码操作(通过旧密码修改新密码) |
|
|
|
|
|
Route::post('personnel/edidPassword', 'apiController.Personnel/edidPassword'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//员工端-获取全部人员列表 |
|
|
//员工端-获取全部人员列表 |
|
|
|