From 69ee9b340946bc14de8229fe7d393c3457c825a9 Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 19 Sep 2017 17:36:30 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E5=BC=82=E6=AD=A5=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E9=87=8D=E5=A4=8D,=E4=B8=8D=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/iPayLinksService.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 3ddf7181..46c9865b 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -586,6 +586,11 @@ class IPayLinksService extends CI_Controller $payer_name = $payer_info->n; $payer_email = $payer_info->e; + if (true === $this->if_note_exists($dealId)) { + echo "200"; + return; + } + bcscale(2); // 支付成功 // 查询支付结果;入库处理