Commit da8039bf by haojie

1

parent 4c408af5
......@@ -153,11 +153,9 @@ public function usePayCheck(Request $request)
$obj->notify_url = config('address.callback');
$obj->retry = 1;
$obj->amount = $amount;
$obj->form = $form;
$obj->to = $to;
Log::error($form);
Log::error('---');
Log::error($to);
# 要转小写
$obj->form = strtolower($form);
$obj->to = strtolower($to);
#清空队列
Redis::rpush('pay_notify', json_encode($obj));
# 获取状态
......
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