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