zhangchangchun 6 anos atrás
pai
commit
caa2799070
1 arquivos alterados com 1 adições e 1 exclusões
  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) {