Commit a4b6a33e by haojie

1

parent fcac7779
......@@ -45,6 +45,7 @@ public function handle()
# 添加订单后--查询是否到账--最多检测20次
for ($i = 1; $i <= 10; $i++) {
$type = self::IntervalCheck($this->hash, $this->price, $this->address, $this->to);
Log::error($type);
if ($type) {
break;
}
......
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