| xqd
@@ -10,10 +10,15 @@
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
-$noAuth = ['albumGetBanner' => 'get','albumCat' => 'get','albumXyxLogin' => 'post','albumSetting' => 'get'];
|
|
|
-$auth = [
|
|
|
+$noAuth = [
|
|
|
+ 'Api/V1/Album/albumGetBanner' => 'get',
|
|
|
+ 'Api/V1/Album/albumCat' => 'get',
|
|
|
+ 'Api/V1/Album/albumXyxLogin' => 'post',
|
|
|
'Api/V1/Album/albumSetting' => 'get'
|
|
|
];
|
|
|
+$auth = [
|
|
|
+ 'Api/V1/Album/albumGoods' => 'post'
|
|
|
+];
|
|
|
Route::get('/addons/furnitureWe7/public/', [
|
|
|
'as' => 'attachment.download',
|
|
|
'uses' => 'Web\AttachmentController@download',
|