模板名称
模板消息ID
头部标题
{{$temp['first']}}
对填充模板 @{{first.DATA}} 的值
@foreach($temp->data as $temp2) @include('setting.diytemp.tpl.common') @endforeach
增加一条键
尾部描述
{{$temp['remark']}}
填充模板 @{{remark.DATA}} 的值
跳转链接地址
选择链接
{{--
--}}
步骤一:
添加我的模板
添加快速模板
步骤二:
选择模板
选择模板
模板展示:
选择模板变量类型
@foreach(\Config::get('template') as $item)
{{$item['title']}}
@endforeach
@foreach(\Config::get('template') as $item)
{{$item['subtitle']}}
@foreach($item['param'] as $row)
{{$row}}
@endforeach
@endforeach
点击变量后会自动插入选择的文本框的焦点位置,在发送给粉丝时系统会自动替换对应变量值
注意:请选择对应模板变量, 否则消息通知内容有误 .
@include('public.admin.mylink')