修改音视频签名
This commit is contained in:
@@ -93,7 +93,7 @@ class VideoService extends BaseService
|
||||
$params['order_inquiry_id'] = $order_inquiry_id;
|
||||
$video_records = VideoRecord::getOne($params);
|
||||
if (!empty($video_records)) {
|
||||
return fail(HttpEnumCode::HTTP_ERROR, "已开过视频时间,无需再修改预约时间");
|
||||
return fail(HttpEnumCode::HTTP_ERROR, "已开过视频,无需再修改预约时间");
|
||||
}
|
||||
|
||||
$is_reservation = true;
|
||||
|
||||
Reference in New Issue
Block a user