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

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

@@ -27,7 +27,6 @@ class NotifyUrlController extends HttpBaseController
 
 
         //2. 发起API调用
         //2. 发起API调用
         $parameters = Request::all();
         $parameters = Request::all();
-        unset($parameters['s']);
         try {
         try {
             if (Alipay::payment()->common()->verifyNotify($parameters)) {
             if (Alipay::payment()->common()->verifyNotify($parameters)) {
                 //更新订单
                 //更新订单