|
@@ -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) {
|
|
|
|