Commit a4d35c23 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent 85581751
...@@ -295,7 +295,13 @@ class ZhenKhService ...@@ -295,7 +295,13 @@ class ZhenKhService
} }
} }
} }
$deliveryPost['itemList'] = array_values($itemList); $resetItemList = [];
if(!empty($itemList)){
foreach($itemList as $item){
$resetItemList[] = $item;
}
}
$deliveryPost['itemList'] = $resetItemList;
//确认发货 //确认发货
$this->apiService->ackDeliveryOrder($deliveryPost,$this->getToken()); $this->apiService->ackDeliveryOrder($deliveryPost,$this->getToken());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment