修复分类锁的bug
This commit is contained in:
@@ -18,6 +18,8 @@ Route::group(['middleware' => ['dujiaoka.boot'],'namespace' => 'Home'], function
|
||||
Route::get('buy/{id}', 'HomeController@buy');
|
||||
// 验证商品分类访问密码
|
||||
Route::post('verify-group-password', 'HomeController@verifyGroupPassword');
|
||||
// 取消商品分类密码访问授权
|
||||
Route::post('forget-group-password-access', 'HomeController@forgetGroupPasswordAccess');
|
||||
// 提交订单
|
||||
Route::post('create-order', 'OrderController@createOrder');
|
||||
// 结算页
|
||||
|
||||
Reference in New Issue
Block a user