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

支付宝

... ... @@ -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);
}
... ...