WIN-2308041133\Administrator 6 months ago
parent
commit
51ad7c9979
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Pay.php

+ 1 - 1
application/api/controller/Pay.php

@@ -1000,7 +1000,7 @@ class Pay extends Api
                 MoneyLog::create(['user_id' => $v['uid'], 'money' => $value2, 'before' => $user_info['money'], 'after' => $money, 'memo' => '用户bsc余额充值']);
 
             }
-            sleep(60);
+            sleep(5);
         }
     }