From 052144c8e28deb9c93c3f41ad73363f2ced5c6f8 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 14:12:41 +0800 Subject: [PATCH] up --- app/Libs/WxMicroPay.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Libs/WxMicroPay.class.php b/app/Libs/WxMicroPay.class.php index 0a637dc..24a2b9d 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -37,8 +37,10 @@ class WxMicroPay extends WxPayCommon $this->setParameter("auth_code", request()->auth_code); $this->checkParameters(); + \Log::info($this->parameters); $xml = $this->createXml(); $result = $this->postXmlCurl($xml, $this->pay_url); + \Log::info($result); $result = $this->xmlToArray($result); //如果返回成功