From ba6e33c083e2553584e0818dcdc2b46393158334 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 2 Aug 2019 17:03:08 +0800 Subject: [PATCH] =?UTF-8?q?Trippest=E5=90=8C=E6=AD=A5:=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E7=BC=96=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/controllers/TulanduoApi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 9e25d968..d26cb5af 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -443,8 +443,8 @@ class TulanduoApi extends CI_Controller $travel_fee_currency = $partner_fee_currency; } $coli_update_column = array( - "COLI_Memo" => substr($new_memo, 0, 400) - ,"COLI_OrderDetailText" => $new_detail + "COLI_Memo" => mb_convert_encoding(substr($new_memo, 0, 400), 'UTF-8') + ,"COLI_OrderDetailText" => mb_convert_encoding($new_detail, 'UTF-8') ); if (intval($coli_opi_id)===435) { $coli_update_column["COLI_IsSuccess"] = 1; // 表示成行订单