作者 lihan
1 个管道 的构建 通过 耗费 0 秒

支付宝

@@ -101,7 +101,7 @@ class AlipayTradeService { @@ -101,7 +101,7 @@ class AlipayTradeService {
101 $aop->format= $this->format; 101 $aop->format= $this->format;
102 $aop->signType=$this->signtype; 102 $aop->signType=$this->signtype;
103 // 开启页面信息输出 103 // 开启页面信息输出
104 - $aop->debugInfo=true; 104 + $aop->debugInfo=false;
105 if($ispage) 105 if($ispage)
106 { 106 {
107 $result = $aop->pageExecute($request,"post"); 107 $result = $aop->pageExecute($request,"post");