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