Trippest同步:字符串编码问题

feature/trippest
lyt 6 years ago
parent b9c66f168b
commit ba6e33c083

@ -443,8 +443,8 @@ class TulanduoApi extends CI_Controller
$travel_fee_currency = $partner_fee_currency; $travel_fee_currency = $partner_fee_currency;
} }
$coli_update_column = array( $coli_update_column = array(
"COLI_Memo" => substr($new_memo, 0, 400) "COLI_Memo" => mb_convert_encoding(substr($new_memo, 0, 400), 'UTF-8')
,"COLI_OrderDetailText" => $new_detail ,"COLI_OrderDetailText" => mb_convert_encoding($new_detail, 'UTF-8')
); );
if (intval($coli_opi_id)===435) { if (intval($coli_opi_id)===435) {
$coli_update_column["COLI_IsSuccess"] = 1; // 表示成行订单 $coli_update_column["COLI_IsSuccess"] = 1; // 表示成行订单

Loading…
Cancel
Save