-
WeixinExecutor.cs中
case WeixinMessageType.Event:
string eventType = message.Body.Event.Value.ToLower();
string eventKey = message.Body.EventKey.Value;
…
-
-------------------------- ReplayActiveMessageAPI.cs---------------------------------
客服接口的JSON内的数据值都需要加上引号;
/*--------------------------------------------------------------------------
- ReplayActive…
-
程序里还有几个地方在使用 DateTime.Now.ToBinary() 生成时间戳,
生成的都是负数,虽说现在腾讯没校验,防止万一,有时间改一下吧。
看到JSAPI里有这样的函数:
///
/// 创建时间戳
///
///
public static long CreatenTimestamp()
{…
-
using System.Dynamic;
using System.Xml.Linq;
using System.Xml;
using Codeplex.Data;
using Tencent;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
这行是多余的吧?
-
BasicAPI.UploadMedia
weixin已经调整了,这里还没改呢。
public static string UploadMedia(string access_token, string type, string file)
{
//var url = string.Format("http://api.weixin.qq.c…
-
CCExtensionHandle.m 第124行中标题被写死了.