正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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"); |
-
请 注册 或 登录 后发表评论