Commit 3b51ed8f by haojie

1

parent da8039bf
......@@ -156,7 +156,9 @@ public function usePayCheck(Request $request)
# 要转小写
$obj->form = strtolower($form);
$obj->to = strtolower($to);
#清空队列
Log::error($obj->form);
Log::error('--------');
Log::error($obj->to);
Redis::rpush('pay_notify', json_encode($obj));
# 获取状态
$item = UserWallet::query()->where('hash', $hash)->first(['status']);
......
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