下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
【移动应用开发技术】.Net开发微信公众平台之处理图片的示例分析
///
<summary>
///
下载保存多媒体文件,返回多媒体保存路径
///
</summary>
///
<param
name="ACCESS_TOKEN"></param>
///
<param
name="MEDIA_ID"></param>
///
<returns></returns>
public
string
GetMultimedia(string
ACCESS_TOKEN,
string
MEDIA_ID)
{
string
file
=
string.Empty;
string
content
=
string.Empty;
string
strpath
=
string.Empty;
string
savepath
=
string.Empty;
string
stUrl
=
"/cgi-bin/media/get?access_token="
+
ACCESS_TOKEN
+
"&media_id="
+
MEDIA_ID;
HttpWebRequest
req
=
(HttpWebRequest)HttpWebRequest.Create(stUrl);
req.Method
=
"GET";
using
(WebResponse
wr
=
req.GetResponse())
{
HttpWebResponse
myResponse
=
(HttpWebResponse)req.GetResponse();
strpath
=
myResponse.ResponseUri.ToString();
WriteLog("接收类别://"
+
myResponse.ContentType);
WebClient
mywebclient
=
new
WebClient();
savepath
=
Server.MapPath("image")
+
"\\"
+
DateTime.Now.ToString("yyyyMMddHHmmssfff")
+
(new
Random()).Next().ToString().Substring(0,
4)
+
".jpg";
WriteLog("路径://"
+
savepath);
try
{
mywebclient.DownloadFile(strpath,
savepath);
file
=
savepath;
}
catch
(Exception
ex)
{
savepath
=
ex.ToString();
}
}
return
file;
}
class
wxmessage
{
public
string
FromUserName
{
get;
set;
}
public
string
ToUserName
{
get;
set;
}
public
string
MsgType
{
get;
set;
}
public
string
EventName
{
get;
set;
}
public
string
Content
{
get;
set;
}
public
string
Recognition
{
get;
set;
}
public
string
MediaId
{
get;
set;
}
public
string
EventKey
{
get;
set;
}
}private
wxmessage
GetWxMessage()
{
wxmessage
wx
=
new
wxmessage();
StreamReader
str
=
new
StreamReader(Request.InputStream,
System.Text.Encoding.UTF8);
XmlDocument
xml
=
new
XmlDocument();
xml.Load(str);
wx.ToUserName
=
xml.SelectSingleNode("xml").SelectSingleNode("ToUserName").InnerText;
wx.FromUserName
=
xml.SelectSingleNode("xml").SelectSingleNode("FromUserName").InnerText;
wx.MsgType
=
xml.SelectSingleNode("xml").SelectSingleNode("MsgType").InnerText;
if
(wx.MsgType.Trim()
==
"text")
{
wx.Content
=
xml.SelectSingleNode("xml").SelectSingleNode("Content").InnerText;
}
if
(wx.MsgType.Trim()
==
"event")
{
wx.EventName
=
xml.SelectSingleNode("xml").SelectSingleNode("Event").InnerText;
wx.EventKey
=
xml.SelectSingleNode("xml").SelectSingleNode("EventKey").InnerText;
}
if
(wx.MsgType.Trim()
==
"voice")
{
wx.Recognition
=
xml.SelectSingleNode("xml").SelectSingleNode("Recognition").InnerText;
}
if
(wx.MsgType.Trim()
==
"image")
{
wx.MediaId
=
xml.SelectSingleNode("xml").SelectSingleNode("MediaId").InnerText;
}
return
wx;
}///
<summary>
///
上传多媒体文件,返回
MediaId
///
</summary>
///
<param
name="ACCESS_TOKEN"></param>
///
<param
name="Type"></param>
///
<returns></returns>
public
string
UploadMultimedia(string
ACCESS_TOKEN,
string
Type)
{
string
result
=
"";
string
wxurl
=
"/upload/information/20201208/260/11377.jpg";(本地服务器的地址)
WriteLog("上传路径:"
+
filepath);
WebClient
myWebClient
=
new
WebClient();
myWebClient.Credentials
=
CredentialCache.DefaultCredentials;
try
{
byte[]
responseArray
=
myWebClient.UploadFile(wxurl,
"POST",
filepath);
result
=
System.Text.Encoding.Default.GetString(responseArray,
0,
responseArray.Length);
WriteLog("上传result:"
+
result);
UploadMM
_mode
=
JsonHelper.ParseFromJson<UploadMM>(result);
result
=
_mode.media_id;
}
catch
(Exception
ex)
{
result
=
"Error:"
+
ex.Message;
}
WriteLog("上传MediaId:"
+
result);
return
result;
}protected
string
sendPicTextMessage(Msg
_mode,
string
MediaId)
{
string
res
=
string.Format(@"<xml>
<ToUserName><![CDATA[{0}]]></ToUserName>
<FromUserName><![CDATA[{1}]]></FromUserName>
<CreateTime>{2}</CreateTime>
<MsgType><![CDATA[image]]></MsgType>
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《创新题改编选例》课件
- 幼儿园科学课件:火箭上天【模板课件】
- 线路规划问题讲解
- 本溪市燃气公司社会责任
- 煤质与环境保护
- 城市绿地公园土地租赁合同
- 集团化成本控制与优化
- 医疗器械公司职工餐厅租赁意向书
- 乳制品行业合同风险防范
- 市场调研与分析方法的通知
- 跨学科实践活动5基于碳中和理念设计低碳行动方案九年级化学人教版上册
- 【MOOC】概率论与数理统计-重庆大学 中国大学慕课MOOC答案
- 车位租赁合同标准版可打印
- 机械工程技术训练(北京航空航天大学)知到智慧树章节答案
- 生活垃圾发电企业安全生产双体系
- 【初中化学】二氧化碳的实验室制取课件-2024-2025学年九年级化学人教版上册
- 外研版三年级起点五年级上册英语集体备课教案
- 湖南省2024年普通高中学业水平合格性模拟考试数学仿真卷(六)
- 新课标背景下“教学评一体化”评的策略
- 湖南省工程建设地方标准分布式光伏工程验收标准
- 会展概论教学大纲-会展
评论
0/150
提交评论