qiushang 1 year ago
parent
commit
710c62bffd
1 changed files with 1 additions and 1 deletions
  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();