正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论