Explorar o código

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

- 将产品默认等级从1调整为2以符合业务需求
shichen hai 2 meses
pai
achega
afaf85ce9e
Modificáronse 1 ficheiros con 1 adicións e 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 516
                             'sort'            => 0,
517 517
                             'pic'             => '',
518 518
                             'is_show'         => 1,
519
-                            'level'           => 1,
519
+                            'level'           => 2,
520 520
                             'mer_id'          => 0,
521 521
                             'create_time'     => date('Y-m-d H:i:s'),
522 522
                             'alibaba_cate_id' => $topAlibabaCateId,