同程金额处理
This commit is contained in:
parent
bf24e24d46
commit
9719c6907a
|
@ -59,6 +59,7 @@ class Tongcheng {
|
||||||
// throw new Exception("同程拉单{$order->order_id}详情获取失败");
|
// throw new Exception("同程拉单{$order->order_id}详情获取失败");
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
$order->orderAmount = $order->orderAmount * 100;
|
||||||
$item = new Orders();
|
$item = new Orders();
|
||||||
$item->os = $this->os;
|
$item->os = $this->os;
|
||||||
$item->sn = $order->orderId;
|
$item->sn = $order->orderId;
|
||||||
|
|
Loading…
Reference in New Issue