cqp hace 2 meses
padre
commit
6a916f9c08
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      routes/wx.php

+ 3 - 0
routes/wx.php

@@ -78,4 +78,7 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('rdAdd', 'Api\RDController@rdAdd');
     $route->any('rdDel', 'Api\RDController@rdDel');
     $route->any('rdDetail', 'Api\RDController@rdDetail');
+
+    $route->any('rdManList', 'Api\RDController@rdList');
+    $route->any('rdDeviceList', 'Api\RDController@rdList');
 });