Procházet zdrojové kódy

Wesmiler 人人车 初始化项目 0816

APPLE před 3 roky
rodič
revize
881c4fc285
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      route/route.php

+ 1 - 1
route/route.php

@@ -102,7 +102,7 @@ Route::group('api',function (){
         // 店铺或摊点
         Route::group('stores',function (){
             // 摩的订单
-            Route::post('nearby', 'api/:ver.Stores/getNearbyCol'); // 我的服务单
+            Route::get('nearby', 'api/:ver.Stores/getNearbyCol'); // 我的服务单
             Route::get('/:id', 'api/:ver.Stores/getStoreByID');  // 购买服务
 
         });