Commit deca9086 by haojie

1

parent e824fc2c
...@@ -155,6 +155,8 @@ public function usePayCheck(Request $request) ...@@ -155,6 +155,8 @@ public function usePayCheck(Request $request)
$obj->amount = $amount; $obj->amount = $amount;
# 要转小写 # 要转小写
$obj->form = strtolower($form); $obj->form = strtolower($form);
# 保留一个旧的
$obj->old_form = $form;
$obj->to = strtolower($to); $obj->to = strtolower($to);
Redis::rpush('pay_notify', json_encode($obj)); 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