dyjh před 6 roky
rodič
revize
020eb130f6
1 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. 4 5
      routes/web.php

+ 4 - 5
routes/web.php

xqd xqd
@@ -14,7 +14,7 @@ $apiRoute = [
     'api/album/get-banner' => ['real' => 'Api/V1/Album/albumGetBanner','method'=>'get','auth'=>false],
     'api/album/xyx_login' => ['real' => 'Api/V1/Album/albumXyxLogin','method'=>'post','auth'=>false],
     'api/album/cat' => ['real' => 'Api/V1/Album/albumCat','method'=>'get','auth'=>false],
-    'api/album/album/setting' => ['real' => 'Api/V1/Album/albumSetting','method'=>'get','auth'=>false],
+    'api/album/setting' => ['real' => 'Api/V1/Album/albumSetting','method'=>'get','auth'=>false],
     'api/album/customer-goods' => ['real' => 'Api/V1/Album/albumCustomerGoods','method'=>'post','auth'=>true],
     'api/album/customer-goods-detail' => ['real' => 'Api/V1/Album/albumCustomerGoodsDetail','method'=>'post','auth'=>true],
     'api/album/album/get-count-favorite' => ['real' => 'Api/V1/Album/albumGetCountOfFavorite','method'=>'post','auth'=>true],
@@ -46,10 +46,9 @@ $apiRoute = [
     'api/album/set-price' => ['real' => 'Api/V1/Album/albumSetPrice','method'=>'get','auth'=>true],
     'api/album/agent_price_set' => ['real' => 'Api/V1/Album/albumAgentPriceSet','method'=>'post','auth'=>true],
     'api/album/content_list' => ['real' => 'Api/V1/Album/albumContentList','method'=>'get','auth'=>true],
-    'api/album/set-price' => ['real' => 'Api/V1/Album/albumSetPrice','method'=>'get','auth'=>true],
-    'api/album/set-price' => ['real' => 'Api/V1/Album/albumSetPrice','method'=>'get','auth'=>true],
-    'api/album/set-price' => ['real' => 'Api/V1/Album/albumSetPrice','method'=>'get','auth'=>true],
-    'api/album/set-price' => ['real' => 'Api/V1/Album/albumSetPrice','method'=>'get','auth'=>true],
+    'api/album/content_detail' => ['real' => 'Api/V1/Album/albumContentDetail','method'=>'get','auth'=>true],
+    'api/album/set-phone' => ['real' => 'Api/V1/Album/albumSavePhone','method'=>'post','auth'=>true],
+    'api/album/add_agent' => ['real' => 'Api/V1/Album/albumAddAgent','method'=>'post','auth'=>true],
 
 
 ];