| xqd
@@ -21,7 +21,7 @@ $apiRoute = [
|
|
|
|
|
|
'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],
|
|
|
+ 'api/album/get-count-favorite' => ['real' => 'Api/V1/Album/albumGetCountOfFavorite','method'=>'post','auth'=>true],
|
|
|
'api/album_boss/get_top' => ['real' => 'Api/V1/AlbumBoss/getTop','method'=>'get','auth'=>true],
|
|
|
'api/album_boss/agent_customer' => ['real' => 'Api/V1/AlbumBoss/agentCustomer','method'=>'post','auth'=>true],
|
|
|
'api/album_boss/agent_statistical' => ['real' => 'Api/V1/AlbumBoss/agentStatistical','method'=>'post','auth'=>true],
|
| xqd
@@ -76,6 +76,7 @@ $apiRoute = [
|
|
|
'api/furniture/newgoods_list' => ['real' => 'Api/V1/Furniture/newgoods_list','method'=>'get','auth'=>false],
|
|
|
'api/furniture/newgoods_index' => ['real' => 'Api/V1/Furniture/newgoods_index','method'=>'get','auth'=>false],
|
|
|
|
|
|
+
|
|
|
'api/furniture/getattr' => ['real' => 'Api/V1/Furniture/getAttr','method'=>'get','auth'=>true],
|
|
|
'api/furniture/add_comments' => ['real' => 'Api/V1/Furniture/furnitureAddComments','method'=>'any','auth'=>true],
|
|
|
'api/furniture/createorder' => ['real' => 'Api/V1/Furniture/createOrder','method'=>'post','auth'=>true],
|