zhangchangchun il y a 6 ans
Parent
commit
caa2799070
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -24,7 +24,7 @@ $api->version('v1', [
     });
     $api->post('view', 'ShopController@getShop');
     //获取商户列表
-    $api->post('getShopList', 'ShopController@getShopList');
+    $api->get('getShopList', 'ShopController@getShopList');
     //登录+验签
     $api->group(['middleware' => ['chxq_jwt_auth','chxq_sign']], function ($api) {