liugc il y a 9 mois
Parent
commit
13efdef519
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/api/service/DouYinService.php

+ 1 - 1
app/api/service/DouYinService.php

@@ -296,7 +296,7 @@ class DouYinService
                     [
                     [
                         "quantity" => (int)$quantity,
                         "quantity" => (int)$quantity,
                         "skuId" => (string)$platformGoods['external_goods_sn'],
                         "skuId" => (string)$platformGoods['external_goods_sn'],
-                        "skuType" => 1, // 1:商品库商品  2:非商品库商品(融合预约品走加价时,固定传2)
+                        "skuType" => 2, // 1:商品库商品  2:非商品库商品(融合预约品走加价时,固定传2)
                         "price" => $platformGoods['service_fee'] * 100,
                         "price" => $platformGoods['service_fee'] * 100,
                     ]
                     ]
                 ],
                 ],