mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update
This commit is contained in:
parent
e3916aaa06
commit
abd488d247
@ -373,7 +373,6 @@ class OrderController extends Controller
|
|||||||
if (!Cache::put($source['id'], $order->trade_no)) {
|
if (!Cache::put($source['id'], $order->trade_no)) {
|
||||||
abort(500, '订单创建失败');
|
abort(500, '订单创建失败');
|
||||||
}
|
}
|
||||||
Redis::expire($source['id'], 3600);
|
|
||||||
return $source['wechat']['qr_code_url'];
|
return $source['wechat']['qr_code_url'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user