moonsflyer há 4 meses atrás
pai
commit
827c92fc96
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 {
 
-    public array $notNeedLogin = ['getSupplyDemandList','getSupplyDemandInfo'];
+    public array $notNeedLogin = ['getSupplyDemandList','getSupplyDemandInfo','getCateList'];
 
 
     /**