|
|
@@ -321,7 +321,7 @@ class DouYinService
|
|
|
"skuId" => (string)$platformGoods['external_goods_sn'],
|
|
|
"quantity" => $quantity,
|
|
|
"user_id" => $params['user_id'],
|
|
|
- "douyinOrderId" => $douyinOrderId?:0,
|
|
|
+ "douyinOrderId" => (string)$douyinOrderId?:'',
|
|
|
"user_name" => $params['user_name']??'',
|
|
|
"mobile" => $params['mobile']??'',
|
|
|
"user_address" => $params['user_address']??'',
|
|
|
@@ -345,7 +345,7 @@ class DouYinService
|
|
|
$data['tradeOption'] = [
|
|
|
//"life_trade_flag" => 1,
|
|
|
"order_relation_info" => [
|
|
|
- "related_order_id" => $douyinOrderId?:0, // 加价时上个订单号
|
|
|
+ "related_order_id" => (string)$douyinOrderId?:'', // 加价时上个订单号
|
|
|
"relation_type" => 'multi_buy_as_one'
|
|
|
]
|
|
|
];
|