|
@@ -102,6 +102,7 @@ Route::group('product', function () {
|
|
|
Route::post('other_save/:id/:type', 'v1.product.StoreProduct/otherSave')->option(['real_name' => '修改商品其他信息']);
|
|
Route::post('other_save/:id/:type', 'v1.product.StoreProduct/otherSave')->option(['real_name' => '修改商品其他信息']);
|
|
|
Route::get('gift_group/relations', 'v1.product.StoreProductGiftGroup/getRecommendationRelationList')->option(['real_name' => '礼包推荐关系列表']);
|
|
Route::get('gift_group/relations', 'v1.product.StoreProductGiftGroup/getRecommendationRelationList')->option(['real_name' => '礼包推荐关系列表']);
|
|
|
Route::get('gift_group/users', 'v1.product.StoreProductGiftGroup/getRecommendationUsers')->option(['real_name' => '礼包推荐用户列表']);
|
|
Route::get('gift_group/users', 'v1.product.StoreProductGiftGroup/getRecommendationUsers')->option(['real_name' => '礼包推荐用户列表']);
|
|
|
|
|
+ Route::get('gift_group/product_list', 'v1.product.StoreProductGiftGroup/getGiftProductList')->option(['real_name' => '礼包列表']);
|
|
|
})->option(['parent' => 'product', 'cate_name' => '商品']);
|
|
})->option(['parent' => 'product', 'cate_name' => '商品']);
|
|
|
|
|
|
|
|
/** 商品评论 */
|
|
/** 商品评论 */
|