From f4c623e10b510bc0f923c6d303036221c8557af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E6=B6=A6?= Date: Fri, 13 Apr 2018 16:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BE=AE=E4=BF=A1=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E5=BC=82=E6=AD=A5=E9=80=9A=E7=9F=A5=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Weixin/Notify/Refund.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Weixin/Notify/Refund.php b/src/Weixin/Notify/Refund.php index 0d43705..3bd04e9 100644 --- a/src/Weixin/Notify/Refund.php +++ b/src/Weixin/Notify/Refund.php @@ -44,6 +44,6 @@ public function getNotifyData() */ public function notifyVerify() { - return isset($data['return_code']); + return isset($this->data['return_code']); } } \ No newline at end of file