正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -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); |
-
请 注册 或 登录 后发表评论