소스 검색

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

- 在PRODUCT_IDS常量中新增产品ID 66489
- 扩展价格更新范围以包含更多产品
shichen 5 달 전
부모
커밋
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