From 8ca66f997f8134f9e5e38549ae009d7d9463480a Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 19 Apr 2019 17:52:02 +0800 Subject: [PATCH] =?UTF-8?q?Alipay=20=E7=8A=B6=E6=80=81:=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=20=E8=87=AA=E5=8A=A8=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/AlipayTradeService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/AlipayTradeService.php b/webht/third_party/pay/controllers/AlipayTradeService.php index a03e682d..709e64bf 100644 --- a/webht/third_party/pay/controllers/AlipayTradeService.php +++ b/webht/third_party/pay/controllers/AlipayTradeService.php @@ -359,7 +359,8 @@ class AlipayTradeService extends CI_Controller } //只处理完成状态,其他状态由陆燕处理 - if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS")) { + if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS") + || strcmp(trim($item->ALI_resultMsg), "TRADE_FINISHED")) { $this->Alipay_note_model->update_send($item->ALI_dealId, 'send'); continue; }