moonsflyer 4 luni în urmă
părinte
comite
827c92fc96
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/api/controller/SupplyDemandInfoController.php

+ 1 - 1
app/api/controller/SupplyDemandInfoController.php

@@ -28,7 +28,7 @@ use app\api\lists\supply_demand\SupplyDemandLists;
 class SupplyDemandInfoController extends BaseApiController
 class SupplyDemandInfoController extends BaseApiController
 {
 {
 
 
-    public array $notNeedLogin = ['getSupplyDemandList','getSupplyDemandInfo'];
+    public array $notNeedLogin = ['getSupplyDemandList','getSupplyDemandInfo','getCateList'];
 
 
 
 
     /**
     /**