|
@@ -49,6 +49,14 @@ $apiRoute = [
|
|
'api/album/content_detail' => ['real' => 'Api/V1/Album/albumContentDetail','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/set-phone' => ['real' => 'Api/V1/Album/albumSavePhone','method'=>'post','auth'=>true],
|
|
'api/album/add_agent' => ['real' => 'Api/V1/Album/albumAddAgent','method'=>'post','auth'=>true],
|
|
'api/album/add_agent' => ['real' => 'Api/V1/Album/albumAddAgent','method'=>'post','auth'=>true],
|
|
|
|
+ 'api/album/get-cart-of-watch' => ['real' => 'Api/V1/Album/albumGetCartOfWatch','method'=>'post','auth'=>true],
|
|
|
|
+ 'api/album/get-watch-recored' => ['real' => 'Api/V1/Album/albumGetWatchRecord','method'=>'post','auth'=>true],
|
|
|
|
+ 'api/album/set-watch' => ['real' => 'Api/V1/Album/albumSetWatch','method'=>'post','auth'=>true],
|
|
|
|
+ 'api/album/save_form_id' => ['real' => 'Api/V1/Album/albumSaveFormId','method'=>'post','auth'=>true],
|
|
|
|
+ 'api/album/search_goods' => ['real' => 'Api/V1/Album/albumSearchGoods','method'=>'get','auth'=>true],
|
|
|
|
+ 'api/album/add_favorite' => ['real' => 'Api/V1/Album/albumAddFavorite','method'=>'get','auth'=>true],
|
|
|
|
+ 'api/album/get-agent-address' => ['real' => 'Api/V1/Album/albumGetAgentAdress','method'=>'get','auth'=>true],
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
];
|
|
];
|