更新分组密码
This commit is contained in:
@@ -16,6 +16,8 @@ Route::group(['middleware' => ['dujiaoka.boot'],'namespace' => 'Home'], function
|
||||
Route::get('check-geetest', 'HomeController@geetest');
|
||||
// 商品详情
|
||||
Route::get('buy/{id}', 'HomeController@buy');
|
||||
// 验证商品分类访问密码
|
||||
Route::post('verify-group-password', 'HomeController@verifyGroupPassword');
|
||||
// 提交订单
|
||||
Route::post('create-order', 'OrderController@createOrder');
|
||||
// 结算页
|
||||
@@ -40,4 +42,3 @@ Route::group(['middleware' => ['install.check'],'namespace' => 'Home'], function
|
||||
// 执行安装
|
||||
Route::post('do-install', 'HomeController@doInstall');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user