From 787b879b6b5a89deafb5425d07407f65fc9a6876 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 8 Nov 2018 14:47:19 +0800 Subject: [PATCH] =?UTF-8?q?forbidden=20=E7=9A=84=E8=AE=BE=E4=B8=BA?= =?UTF-8?q?=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/controllers/TulanduoApi.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 89e945f1..54a240c8 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -225,6 +225,9 @@ class TulanduoApi extends CI_Controller } if ($detail_jsonResp->errMsg == "您没有查看本订单的权限!") { $this->plan_cancel($order->GCI_VendorOrderId, "forbidden"); + if (intval($order->COLI_OPI_ID) === 435) { + $this->order_cancel($order->COLI_ID); + } } return; }