@@ -95,7 +95,7 @@ class Wenzhen extends Api
];
$order_count = Db::name('wenzhen_order')->where($map)->count();
if($order_count >= 4){
- $this->error('该时间点已排满');
+ $this->error('该时间点已排满,请重选预约时间');
}
@@ -126,7 +126,7 @@ class Wenzhen extends Api