Quellcode durchsuchen

防止汇付并发回调导致重复发放奖励

sunxbiao vor 1 Jahr
Ursprung
Commit
89ea25fda6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/controller/api/Notify.php

+ 1 - 1
app/controller/api/Notify.php

@@ -46,7 +46,7 @@ class Notify
46 46
             }
47 47
         } else {
48 48
             Db::name("log")->insert([
49
-                'data' => '汇付回调错误:缺少必要参数(id)'
49
+                'data' => '汇付回调错误:' . $type . '缺少必要参数(id)'
50 50
             ]);
51 51
             return app('json')->success(['result' => 'ERROR']);
52 52
         }