作者 郭文星

123

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