#include "../_inc/_layout.html"/> <#macro script> function doSubmit(){ $("#form").ajaxSubmit({ type : "post", dataType : "json", success : function(data) { if(data.errorCode == 0){ toastr.success(data.message,'操作成功'); }else{ alert(data.message); } }, error : function() { alert("信息提交错误"); } }); } #macro> <@layout active_id=p child_active_id=c> 微信设置 设置微信默认回复内容。 高级回复 默认回复设置 用户关注时 ${OPTION('wechat_processInFollowEvent')!} 搜索没有数据时 ${OPTION('wechat_search_none_content')!} 没有匹配的关键字设置时 ${OPTION('wechat_search_no_matching')!} 用户进入多客服时 ${OPTION('wechat_dkf_enter_message')!} 用户退出多客服时 ${OPTION('wechat_dkf_quit_message')!} 发送图片时 ${OPTION('wechat_processInImageMsg')!} 发送语音时 ${OPTION('wechat_processInVoiceMsg')!} 发送视频时 ${OPTION('wechat_processInVideoMsg')!} 发送位置时 ${OPTION('wechat_processInLocationEvent')!} 发送连接时 ${OPTION('wechat_processInLinkMsg')!} 用户扫描了带参数的二维码时 ${OPTION('wechat_processInQrCodeEvent')!} 用户摇一摇时 ${OPTION('wechat_processInShakearoundUserShakeEvent')!} 保存更改 @layout>
设置微信默认回复内容。 高级回复