首页 新闻 会员 周边

微信公众号开发,获取客服聊天记录,返回(500)内部服务器错

0
悬赏园豆:80 [待解决问题]

微信公众号的获取客服聊天记录接口开发中,我根据微信的开发者文档所要求的请求地址和Json格式进行请求,返回:远程服务器返回错误: (500) 内部服务器错误。

有没有在微信开发的过程中遇到过同样的或者类似的问题的?求助!!!!!

问题补充:

详细错误:

未处理System.Net.WebException
_HResult=-2146233079
_message=远程服务器返回错误: (500) 内部服务器错误。
HResult=-2146233079
IsTransient=false
Message=远程服务器返回错误: (500) 内部服务器错误。
Source=System
StackTrace:
在 System.Net.HttpWebRequest.GetResponse()
在 YJC.Toolkit.Sys.NetUtil.HttpPost(Uri uri, Byte[] postData, String contentType)
在 YJC.Toolkit.Sys.NetUtil.HttpPost(Uri uri, String postData, String contentType)
在 YJC.Toolkit.Weixin.WeUtil.PostDataToUri[T](String url, String modelName, String postData, T obj)
在 YJC.Toolkit.Weixin.WeUtil.PostDataToUri[T](String url, String postData, T obj)
在 YJC.Toolkit.Weixin.Service.ServiceSession.GetSeesionRecord(String openid, DateTime start, DateTime end, Int32 index, Int32 size) 位置 d:\ZhouLL\trunk\Work\ClassLibrary1\ClassLibrary1\ServiceSession\ServiceSession.cs:行号 92
在 YJC.Toolkit.Weixin.Program.Main(String[] args) 位置 d:\ZhouLL\branches\Test\Test\TestCorpWeixin\Program.cs:行号 71
在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
InnerException:

xiao6_zll的主页 xiao6_zll | 初学一级 | 园豆:122
提问于:2015-06-01 12:20
< >
分享
所有回答(1)
0

引起500错误的问题多达十万种, 你是要让别人猜吗?  详细错误呢?

奋奋奋 | 园豆:32 (初学一级) | 2015-06-01 12:36
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册