|
|
|
@ -42,7 +42,8 @@ Route::namespace('App\Http\Controllers\Api') |
|
|
|
Route::post('list', 'AgentProductController@index'); //产品列表
|
|
|
|
Route::post('guess', 'AgentProductController@guessLike'); //猜你喜欢
|
|
|
|
Route::post('show', 'AgentProductController@show'); //产品详情
|
|
|
|
Route::post('recommend', 'AgentProductController@recommend'); //我的下方推荐
|
|
|
|
Route::post('recommend', 'AgentProductController@recommendList'); //我的下方推荐
|
|
|
|
Route::post('hot', 'AgentProductController@hotList'); //人气爆款列表
|
|
|
|
}); |
|
|
|
|
|
|
|
# 产品分类
|
|
|
|
|