qiushang 1 năm trước cách đây
mục cha
commit
9c3a88451d
2 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 2
      app/Http/Api/NotifyUrlController.php
  2. 0 4
      app/Http/Home/SoftController.php

+ 0 - 2
app/Http/Api/NotifyUrlController.php

@@ -25,8 +25,6 @@ class NotifyUrlController extends HttpBaseController
         //1. 设置参数(全局只需设置一次)
         Alipay::setOptions($this->getOptions());
 
-        Log::info('支付宝私钥', $this->getOptions());
-
         //2. 发起API调用
         $parameters = Request::all();
         try {

+ 0 - 4
app/Http/Home/SoftController.php

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