liugc 11 месяцев назад
Родитель
Сommit
549b6faf08
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/api/service/DouYinService.php

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

@@ -152,7 +152,7 @@ class DouYinService
             $data = [
                 "skuList" => [
                     [
-                        "skuId" => $order['goods_id'],
+                        "skuId" => (string)$order['goods_id'],
                         "price" => $order['unit_price'] * 100,
                         "quantity" => $order['quantity'],
                         "title" => $order['title'],