同程订单
This commit is contained in:
parent
e28dd534f8
commit
be146b0719
|
@ -57,6 +57,9 @@ class Tongcheng {
|
||||||
if (in_array($order->orderStatus, [100, 150])) {
|
if (in_array($order->orderStatus, [100, 150])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if ($order->orderId == '1077139571569945412') {
|
||||||
|
Log::info("同程 订单号:" . json_encode($order));
|
||||||
|
}
|
||||||
// 刷单账号
|
// 刷单账号
|
||||||
if (FilterMobiles::isFilterMobile($order->mobile) || $order->mobile == '-') {
|
if (FilterMobiles::isFilterMobile($order->mobile) || $order->mobile == '-') {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue