liyinglin 3 years ago
parent 81e60169a0
commit 878442fbc2

@ -123,10 +123,10 @@ class VisitController extends CommonController
'value' => $all['mobile'] 'value' => $all['mobile']
], ],
'name4' => [ 'name4' => [
'value' => $acceptAdmin->name, 'value' => $acceptAdmin->name??'',
], ],
'thing6' => [ 'thing6' => [
'value' => $accpetDepartment->name 'value' => $accpetDepartment->name??''
], ],
]; ];
Visit::subMsg('DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', $this->getUser()->openid, $templateData); Visit::subMsg('DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', $this->getUser()->openid, $templateData);

Loading…
Cancel
Save