lvhao 5 天之前
父节点
当前提交
40b1472c1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/models/Model_apitt.php

+ 1 - 1
core/CoreApp/models/Model_apitt.php

@@ -495,7 +495,7 @@ function __construct(){
 			'order_id'=>$server_info['order_id'],
 			"order_line_item_ids"=>$server_info['order_line_id'],
 			"dimension"=>$server_info['dimension'],
-			"shipping_service_id"=>$server_info['shipping_services'][0]['shipping_service_id'],
+			"shipping_service_id"=>$server_info['shipping_services'][0]['id'],
 			"weight"=>$server_info['weight'],
 		];
 		$queryParams['shop_cipher'] =$shop['shop_cipher'];