Commit 835955df by haojie

1

parent a4b6a33e
...@@ -41,6 +41,7 @@ public function __construct(string $hash, int $price, string $address, string $t ...@@ -41,6 +41,7 @@ public function __construct(string $hash, int $price, string $address, string $t
*/ */
public function handle() public function handle()
{ {
Log::error('执行异步任务');
# 处理 支付到账模块 # 处理 支付到账模块
# 添加订单后--查询是否到账--最多检测20次 # 添加订单后--查询是否到账--最多检测20次
for ($i = 1; $i <= 10; $i++) { for ($i = 1; $i <= 10; $i++) {
......
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