Browse Source

胡庆余堂

cqp 3 tháng trước cách đây
mục cha
commit
6a916f9c08
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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');
 });