row->order_id; $res = Order::where('id',$id)->update(['order_status'=>Order::FINISHED]); if($res){ return $this->response()->success('操作成功!')->refresh(); } return $this->response()->error('操作失败!'); } }