Commit bd0988cf authored by clone's avatar clone

bug

parent 48824fb6
......@@ -307,7 +307,7 @@ Route::group('api', [
'shopList' => [ 'api/shop/getShopList', [ 'method' => 'post' ] ],
'filtrateCondition' => [ 'api/shop/filtrateCondition', [ 'method' => 'get | post' ] ],
'shopDetail' => [ 'api/shop/getShopDetail', [ 'method' => 'get' ] ],
'getMarchInList' => [ 'api/shop/getMarchInList', [ 'method' => 'get' ] ],
'getMarchInList' => [ 'api/shop/getMarchInList', [ 'method' => 'get|post' ] ],
//get banner
'bannerList' => [ 'api/banner/getBannerList', [ 'method' => '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