mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +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