Commit 299876bb by haojie

1

parent 86811593
...@@ -52,6 +52,7 @@ public function toBuy($address, $hash, $id, $invite_code, $Invitees_box_id) ...@@ -52,6 +52,7 @@ public function toBuy($address, $hash, $id, $invite_code, $Invitees_box_id)
# 添加订单后 # 添加订单后
# 异步检查到账情况 # 异步检查到账情况
dispatch(new CheckArrival($hash, $price->price, $address, $to)); dispatch(new CheckArrival($hash, $price->price, $address, $to));
return true;
} }
/** /**
......
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