1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-10 10:14:46 +08:00
This commit is contained in:
Tokumeikoi 2020-05-12 23:53:48 +08:00
parent ade3770d50
commit 503ac97a8c

@ -167,7 +167,10 @@ class OrderController extends Controller
$order->total_amount = 0;
$order->status = 1;
$order->save();
exit();
return response([
'type' => -1,
'data' => true
]);
}
switch ($method) {
// return type => 0: QRCode / 1: URL