瀏覽代碼

添加pid=0接口

chenxiqiang 6 年之前
父節點
當前提交
fdd294cfed
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      manage-server/routes/web.php

+ 1
- 0
manage-server/routes/web.php 查看文件

28
 
28
 
29
     Route::post('/reward/price', 'RewardController@price');
29
     Route::post('/reward/price', 'RewardController@price');
30
     Route::get('/reward/price', 'RewardController@getPrice');
30
     Route::get('/reward/price', 'RewardController@getPrice');
31
+    Route::get('/classify/parent', 'ClassifyController@parent');
31
 
32
 
32
     Route::get('/product/home', 'ProductController@home');
33
     Route::get('/product/home', 'ProductController@home');
33
     Route::post('/product/home', 'ProductController@setHome');
34
     Route::post('/product/home', 'ProductController@setHome');

Loading…
取消
儲存