|
|
@@ -282,7 +282,7 @@ class WorksController extends BaseApiController
|
|
|
* 改价通知确认
|
|
|
* @return \think\response\Json
|
|
|
*/
|
|
|
- public function ChangePriceSubmitNotice()
|
|
|
+ public function changePriceSubmitNotice()
|
|
|
{
|
|
|
$params = (new ServiceWorkValidate())->post()->goCheck('submitAppointment', [
|
|
|
'user_id' => $this->userId,
|
|
|
@@ -292,7 +292,7 @@ class WorksController extends BaseApiController
|
|
|
if (false === $result) {
|
|
|
return $this->fail(ServiceWorkLogic::getError());
|
|
|
}
|
|
|
- return $this->success('操作成功,已确定新的预约时间', [], 1, 1);
|
|
|
+ return $this->success('操作成功,重新开始报价', [], 1, 1);
|
|
|
}
|
|
|
|
|
|
}
|