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

支付宝

... ... @@ -72,7 +72,8 @@ class AlipayTradeService {
* @return $response 支付宝返回的信息
*/
function wapPay($builder,$return_url,$notify_url) {
return $builder;
$biz_content=$builder->getBizContent();
//打印业务参数
$this->writeLog($biz_content);
... ...