Commit f404e5df authored by clone's avatar clone

1

parent dbe18d36
...@@ -442,7 +442,6 @@ Route::group('index', [ ...@@ -442,7 +442,6 @@ Route::group('index', [
'userAccountBalanceList' => ['index/AccountBalance/userAccountBalanceList', ['method' => 'get|post']], 'userAccountBalanceList' => ['index/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],
'check' => ['index/AccountBalance/check', ['method' => 'get|post']], 'check' => ['index/AccountBalance/check', ['method' => 'get|post']],
'videoCheckListIsMy' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']],
'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']], 'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']],
//开盘广场 //开盘广场
...@@ -456,6 +455,7 @@ Route::group('index', [ ...@@ -456,6 +455,7 @@ Route::group('index', [
'bargainListSearchBargainId' => [ 'index/Bargain/bargainListSearchBargainId', [ 'method' => 'POST|GET' ] ], 'bargainListSearchBargainId' => [ 'index/Bargain/bargainListSearchBargainId', [ 'method' => 'POST|GET' ] ],
'getFindShopList' => [ 'index/FindShop/getFindShopList', [ 'method' => 'POST|GET' ] ], 'getFindShopList' => [ 'index/FindShop/getFindShopList', [ 'method' => 'POST|GET' ] ],
'getFindShopListIsMy' => [ 'index/FindShop/getFindShopList', [ 'method' => 'POST|GET' ] ],
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment