using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Main { /// /// 发送内容模板 /// public enum SendTemplateType { 卡片 = 1, 图文 = 2, 自定义 = 3, } }