瀏覽代碼

feat(command): 更新产品价格命令中添加新产品ID

- 在PRODUCT_IDS常量中新增产品ID 66489
- 扩展价格更新范围以包含更多产品
shichen 4 月之前
父節點
當前提交
50b9fdc0ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/command/ProductPriceUpdate.php

+ 1 - 1
app/command/ProductPriceUpdate.php

@@ -13,7 +13,7 @@ class ProductPriceUpdate extends Command
13 13
     // 变更数量
14 14
     const NUMBER = 5;
15 15
 
16
-    const PRODUCT_IDS = [31053, 32171, 57507, 57506, 33246, 33240];
16
+    const PRODUCT_IDS = [31053, 32171, 57507, 57506, 33246, 33240, 66489];
17 17
 
18 18
     const MER_ID = 3447;
19 19