修复分类锁的bug

This commit is contained in:
2026-05-29 23:41:58 +08:00
parent 26e42dd2a4
commit 5abb8277e3
11 changed files with 251 additions and 28 deletions
+2
View File
@@ -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');
// 结算页