Browse Source

获取花材最新信息

shish 2 years ago
parent
commit
38569be9ed
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app-ghs/controllers/ItemController.php

+ 6 - 0
app-ghs/controllers/ItemController.php

@@ -19,6 +19,12 @@ use Yii;
 class ItemController extends BaseController
 class ItemController extends BaseController
 {
 {
 
 
+    //获取花材最新信息,库存 ssh 20240318
+    public function actionGetNewInfo()
+    {
+        util::success([]);
+    }
+
     //列出所有花材 ssh 20240222
     //列出所有花材 ssh 20240222
     public function actionGetItemList()
     public function actionGetItemList()
     {
     {