qiushang 1 年之前
父节点
当前提交
fa531de46e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Api/NotifyUrlController.php

+ 1 - 1
app/Http/Api/NotifyUrlController.php

@@ -23,7 +23,7 @@ class NotifyUrlController extends HttpBaseController
         Log::info('支付宝支付---通知开始');
 
         //1. 设置参数(全局只需设置一次)
-        Alipay::setOptions($this->getOptions());
+        //Alipay::setOptions($this->getOptions());
 
         //2. 发起API调用
         $parameters = Request::all();