Explorar el Código

fix(product): 修正产品默认等级设置

- 将产品默认等级从1调整为2以符合业务需求
shichen hace 2 meses
padre
commit
afaf85ce9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/services/ThirdParty/AlibabaAgent/ProductService.php

+ 1 - 1
app/services/ThirdParty/AlibabaAgent/ProductService.php

@@ -516,7 +516,7 @@ class ProductService extends AlibabaAgentBaseService
516
                             'sort'            => 0,
516
                             'sort'            => 0,
517
                             'pic'             => '',
517
                             'pic'             => '',
518
                             'is_show'         => 1,
518
                             'is_show'         => 1,
519
-                            'level'           => 1,
519
+                            'level'           => 2,
520
                             'mer_id'          => 0,
520
                             'mer_id'          => 0,
521
                             'create_time'     => date('Y-m-d H:i:s'),
521
                             'create_time'     => date('Y-m-d H:i:s'),
522
                             'alibaba_cate_id' => $topAlibabaCateId,
522
                             'alibaba_cate_id' => $topAlibabaCateId,