فهرست منبع

旺店通 service

cqp 3 ماه پیش
والد
کامیت
79154d9fa3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      routes/wx.php

+ 2 - 0
routes/wx.php

@@ -149,4 +149,6 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('warrantyAdd', 'Api\TSpaceController@warrantyAdd'); //生成质保
     $route->any('snListAccordingFromConstruction', 'Api\ConstructionController@snListAccording'); //是否补录的判断
     $route->any('detailSnConstruction', 'Api\ConstructionController@detailSn'); //施工单产品
+
+    $route->any('basicTypeUseList', 'Api\BasicTypeController@basicTypeUseList');
 });