Commit aa374592 by haojie

1

parent 3b51ed8f
......@@ -156,9 +156,6 @@ 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