From 1278e575b3ce7c60d056f5bb33f719514b60a90d Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 11 May 2018 19:17:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E6=89=93=E6=AC=BE=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Pay.php | 1 - 1 file changed, 1 deletion(-) diff --git a/WeChat/Pay.php b/WeChat/Pay.php index 3e3fe02..9fd78d7 100644 --- a/WeChat/Pay.php +++ b/WeChat/Pay.php @@ -249,7 +249,6 @@ class Pay */ public function queryTransfers($partner_trade_no) { - $this->params->offsetUnset('appid'); $url = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo'; return $this->callPostApi($url, ['partner_trade_no' => $partner_trade_no], true, 'MD5', false); }