mirror of
https://github.com/v2board/v2board.git
synced 2025-10-30 00:41:53 +08:00
update
This commit is contained in:
@@ -55,7 +55,7 @@ class OrderController extends Controller
|
||||
}
|
||||
|
||||
if (!$order->update($updateData)) {
|
||||
abort(500, '保存失败');
|
||||
abort(500, '更新失败');
|
||||
}
|
||||
|
||||
return response([
|
||||
|
||||
Reference in New Issue
Block a user