liugc 9 months ago
parent
commit
13efdef519
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/service/DouYinService.php

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

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