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