Commit 07b0fac9 authored by zw's avatar zw

兼容

parent d592b70a
......@@ -369,6 +369,7 @@ Route::group('api', [
// shop
'getShopList' => [ 'api/shop/getShopList', [ 'method' => 'get|post' ] ],
'filtrateCondition' => [ 'api/shop/filtrateCondition', [ 'method' => 'get | post' ] ],
'filtrateConditionV2' => [ 'api/shop/filtrateCondition', [ 'method' => 'get | post' ] ],
'getShopDetail' => [ 'api/shop/getShopDetail', [ 'method' => 'get|post' ] ],
'getMarchInList' => [ 'api/shop/getMarchInList', [ 'method' => 'get|post' ] ],
......
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