liyinglin 3 years ago
parent 02673e9fe0
commit 31cee775d6

@ -183,9 +183,7 @@ class VisitAuditController extends CommonController
'value' => $visit->company_name
],
];
Log::info($templateData);
$res = Visit::subMsg('IczaKkCmwf55tAAzCcxb_fbbf5L25SWrSKvaBrkIyk4', $user->openid, $templateData);
Log::info('sub_msg' . json_encode($res, JSON_UNESCAPED_UNICODE));
Visit::subMsg('IczaKkCmwf55tAAzCcxb_fbbf5L25SWrSKvaBrkIyk4', $user->openid, $templateData);
}
// 审核记录
$auditAdmin = Admin::find($model->audit_admin_id);

@ -114,7 +114,7 @@ class VisitController extends CommonController
$accpetDepartment = Department::find($all['accpet_department_id']);
$templateData = [
'date1' => [
'value' => $all['date'] . '-' . $visitTime->start_time . '-' . $visitTime->end_time
'value' => $all['date']
],
'name2' => [
'value' => $all['name']

Loading…
Cancel
Save