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); //如果返回成功