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

支付宝

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