コード例 #1
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }
コード例 #2
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }