From 08a2e3934a4dca3be1643e9dfba8f756f268f65a Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 10 May 2019 10:25:33 +0800 Subject: [PATCH] =?UTF-8?q?Alipay=20=E5=A2=9E=E5=8A=A0=E5=8C=BA=E5=88=86?= =?UTF-8?q?=E5=95=86=E6=97=85APP=E5=92=8CAPP=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/AlipayTradeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/AlipayTradeService.php b/webht/third_party/pay/controllers/AlipayTradeService.php index cf9dce05..67cda313 100644 --- a/webht/third_party/pay/controllers/AlipayTradeService.php +++ b/webht/third_party/pay/controllers/AlipayTradeService.php @@ -415,7 +415,7 @@ class AlipayTradeService extends CI_Controller $ht_memo = '交易号(自动录入):' . $item->ALI_dealId; $GAI_COLI_SN = isset($advisor_info->COLI_SN) ? $advisor_info->COLI_SN : 0; //CHTAPP订单添加记录前判断是否有记录,以前的APP版本没有交易号,只能拿金额来判断 - if (substr($advisor_info->COLI_WebCode, 0, 6) == 'CHTAPP') { + if (substr($advisor_info->COLI_WebCode, 0, 6) == 'CHTAPP' && strstr($advisor_info->COLI_WebCode, "-") !== '-biz') { //只判断前6位字符,CHTAPP-fr CHTAPP-jp等各语种都属于APP订单 $this->Alipay_model->add_account_info_forAPP( $GAI_COLI_SN,