{extend name="admin/base" /} {block name="resources"} {/block} {block name="main"} {if strpos($info['template_hook'], 'sms') !== false }

短信设置

您正在编辑{$info['template_name']}通知模板
是否开启:
模板ID:
必须与短信接口的模板ID一致,否则无效!
短信签名:
与短信接口内短信签名保持一致!
可用变量:
{foreach name="$sms_info['template_item_list']" item="item_obj"} {$item_obj.replace_name}({$item_obj.item_name}), {/foreach}
短信内容:

变量只能使用上方的可用变量中的变量,否则不会被解析。

{if addon_is_exit('NsLksms')}

如果要使用凌凯短信时,短信内容必须进行设置。

{/if}
{/if} {if strpos($info['template_hook'], 'email') !== false }

邮箱设置

您正在编辑{$info['template_name']}通知模板
是否开启:
{foreach name="$email_info['template_item_list']" item="item_obj"}

{$item_obj.item_name}

{/foreach}
{/if} {if strpos($info['template_hook'], 'wechat') !== false }

微信模板消息

您正在编辑{$info['template_name']}通知模板
是否开启:
模板编号:
模板消息的ID:
去重置
{$wechat_info['headtext']}
姓名:何某某
联系方式:187xxxxxxxx
店铺类型:普通店铺
{$wechat_info['bottomtext']}
{/if} {/block}