This commit is contained in:
root
2019-11-29 02:32:09 +08:00
parent 50e98f5eaf
commit 28b814db36
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class OrderController extends Controller
}
if (!$order->update($updateData)) {
abort(500, '保存失败');
abort(500, '更新失败');
}
return response([