update: fix order update

This commit is contained in:
tokumeikoi
2021-08-25 18:06:08 +09:00
parent 3600c9a166
commit b26a3e0e70
2 changed files with 5 additions and 2 deletions

View File

@ -83,6 +83,7 @@ class OrderController extends Controller
if (!$orderService->success(time())) {
abort(500, '更新失败');
}
break;
}
case 2: {
if (!$orderService->cancel()) {