@@ -25,8 +25,6 @@ class NotifyUrlController extends HttpBaseController
//1. 设置参数(全局只需设置一次)
Alipay::setOptions($this->getOptions());
- Log::info('支付宝私钥', $this->getOptions());
-
//2. 发起API调用
$parameters = Request::all();
try {
@@ -250,13 +250,9 @@ class SoftController extends HttpBaseController
];
Alipay::setOptions($this->getAlipayOptions());
- Log::info("调用成功,参数内容", json_encode($this->getAlipayOptions()));
$result = Alipay::payment()->wap()->pay($order['subject'], $order['out_trade_no'], $order['total_amount'], "", ""); //网页支付
$responseChecker = new ResponseChecker();