Explorar el Código

添加pid=0接口

chenxiqiang hace 6 años
padre
commit
fdd294cfed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      manage-server/routes/web.php

+ 1
- 0
manage-server/routes/web.php Ver fichero

@@ -28,6 +28,7 @@ Route::middleware(['manage.token'])->group(function () {
28 28
 
29 29
     Route::post('/reward/price', 'RewardController@price');
30 30
     Route::get('/reward/price', 'RewardController@getPrice');
31
+    Route::get('/classify/parent', 'ClassifyController@parent');
31 32
 
32 33
     Route::get('/product/home', 'ProductController@home');
33 34
     Route::post('/product/home', 'ProductController@setHome');

Loading…
Cancelar
Guardar