Commit cce9b4e3 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/airdrop' into develop

parents 68ef754d 04591354
...@@ -133,7 +133,6 @@ class AirDropController extends Controller ...@@ -133,7 +133,6 @@ class AirDropController extends Controller
if (empty($record)) { if (empty($record)) {
return 0; return 0;
} }
var_dump($record);exit;
foreach ($record as $val) { foreach ($record as $val) {
go(function () use ($val) { go(function () use ($val) {
\Co::sleep(0.5); \Co::sleep(0.5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment