mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-04 20:31:10 +00:00
2 lines
884 B
JavaScript
2 lines
884 B
JavaScript
const e="会员消息",t="平台消息",s="短信",o="微信小程序",c="微信公众号",n="消息设置",r="模板名称",a="场景",l="短信内容",m="模板消息ID",i="头部标题",p="尾部描述",d="请输入头部标题",h="请输入尾部描述",y="模板内容",I="模板编号",w="短信模版ID",P="短信模版ID",f="消息类型",k={buyerNotice:e,sellerNotice:t,sms:s,weapp:o,wechat:c,noticeSetting:n,name:r,title:a,smsContent:l,tempKey:m,first:i,remark:p,firstPlaceholder:d,remarkPlaceholder:h,content:y,weappTempKey:I,smsId:w,smsIdPlaceholder:P,noticeType:f};export{e as buyerNotice,y as content,k as default,i as first,d as firstPlaceholder,r as name,n as noticeSetting,f as noticeType,p as remark,h as remarkPlaceholder,t as sellerNotice,s as sms,l as smsContent,w as smsId,P as smsIdPlaceholder,m as tempKey,a as title,o as weapp,I as weappTempKey,c as wechat};
|