...
|
...
|
@@ -101,10 +101,10 @@ class AlipayTradeService { |
|
|
$aop->format= $this->format;
|
|
|
$aop->signType=$this->signtype;
|
|
|
// 开启页面信息输出
|
|
|
$aop->debugInfo=false;
|
|
|
$aop->debugInfo=true;
|
|
|
if($ispage)
|
|
|
{
|
|
|
$result = $aop->pageExecute($request,"post");
|
|
|
//$result = $aop->pageExecute($request,"post");
|
|
|
echo $result;
|
|
|
}
|
|
|
else
|
...
|
...
|
|