作者 郭文星

123123123

... ... @@ -436,7 +436,7 @@ class Car extends Base
$order = Db::name("order")->where("id", $id)->update(['order_status' => 2]);
return $this->success("请求成功");
} else {
return $this->error("请求失败",$order);
return $this->error("请求失败");
}
}
... ...