master
cody 3 months ago
parent 4e4085355c
commit 7c9382993f

@ -150,8 +150,8 @@ class VisitController extends CommonController
];
Visit::subMsg('DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', $this->getUser()->openid, $templateData, $model->id);
// 短信通知被访人
$vars = ['date' => $all['date'], 'name' => $all['name'], 'phone_number' => $all['mobile']];
$template_id = '5wReg1';
$vars = ['date' => $all['date'], 'name' => $all['name'], 'uname' => $acceptAdmin->name ?? ''];
$template_id = 'QXPs33';
sms($acceptAdmin->mobile, $vars, $template_id);
// 短信通知第一个审核人
VisitAudit::smsNextAudit($model, -1);

Loading…
Cancel
Save