mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 05:37:49 +08:00
update: fix order update
This commit is contained in:
@ -83,6 +83,7 @@ class OrderController extends Controller
|
||||
if (!$orderService->success(time())) {
|
||||
abort(500, '更新失败');
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 2: {
|
||||
if (!$orderService->cancel()) {
|
||||
|
Reference in New Issue
Block a user