|
|
|
@ -928,7 +928,7 @@ class OrderController extends Controller
|
|
|
|
'appointment_number' => $create_appointment['data'][0][0],
|
|
|
|
'appointment_number' => $create_appointment['data'][0][0],
|
|
|
|
'appointment_back_info' => json_encode($appointment_info['data'][0], JSON_UNESCAPED_UNICODE),
|
|
|
|
'appointment_back_info' => json_encode($appointment_info['data'][0], JSON_UNESCAPED_UNICODE),
|
|
|
|
'wx_day1_sendmsg_status'=>$wx_day1_sendmsg_status,
|
|
|
|
'wx_day1_sendmsg_status'=>$wx_day1_sendmsg_status,
|
|
|
|
'wx_day1_sendmsg_time'=>$wx_day1_sendmsg_time,
|
|
|
|
'wx_day1_sendmsg_time'=>$wx_day1_sendmsg_time<>''?$wx_day1_sendmsg_time:null,
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
$is_sendMsg = DB::table('configs')->where(['label' => '预约完成短信通知'])->first();
|
|
|
|
$is_sendMsg = DB::table('configs')->where(['label' => '预约完成短信通知'])->first();
|
|
|
|
if (!!$is_sendMsg and $is_sendMsg->value == 1 and strlen($cha->phone)>0) {
|
|
|
|
if (!!$is_sendMsg and $is_sendMsg->value == 1 and strlen($cha->phone)>0) {
|
|
|
|
|