|
@@ -31,11 +31,12 @@ $api->version('v1', [
|
|
|
|
|
|
});
|
|
|
$api->group(['middleware' => 'chxq_jwt_auth'], function ($api) {
|
|
|
- //兑换商城首页
|
|
|
- $api->get('/template/exchange', 'CmsContentTemplateSetController@exchangeMall');
|
|
|
- //获取左一右二/上一下三专题下的商品
|
|
|
- $api->get('/subject/products', 'CmsContentTemplateSetController@getProducts');
|
|
|
+
|
|
|
});
|
|
|
+ //兑换商城首页
|
|
|
+ $api->get('/template/exchange', 'CmsContentTemplateSetController@exchangeMall');
|
|
|
+ //获取左一右二/上一下三专题下的商品
|
|
|
+ $api->get('/subject/products', 'CmsContentTemplateSetController@getProducts');
|
|
|
});
|
|
|
|
|
|
$api->version('v1', [
|