public Message AddCustomMessage(string openid, string content, bool isNew, MessageType type, string detailInfo) { MessageHelper mh = new MessageHelper(); return(mh.AddCustomMessage(openid, content, isNew, type, detailInfo)); }