...
|
...
|
@@ -101,11 +101,11 @@ class AlipayTradeService { |
|
|
$aop->format= $this->format;
|
|
|
$aop->signType=$this->signtype;
|
|
|
// 开启页面信息输出
|
|
|
$aop->debugInfo=false;
|
|
|
$aop->debugInfo=true;
|
|
|
if($ispage)
|
|
|
{
|
|
|
$result = $aop->pageExecute($request,"post");
|
|
|
//echo $result;
|
|
|
echo $result;
|
|
|
}
|
|
|
else
|
|
|
{
|
...
|
...
|
@@ -113,7 +113,7 @@ class AlipayTradeService { |
|
|
}
|
|
|
|
|
|
//打开后,将报文写入log文件
|
|
|
//$this->writeLog("response: ".var_export($result,true));
|
|
|
$this->writeLog("response: ".var_export($result,true));
|
|
|
return $result;
|
|
|
}
|
|
|
|
...
|
...
|
|