moonsflyer 5 月之前
父節點
當前提交
827c92fc96
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'];
 
 
     /**