using Senparc.Weixin.Entities;using Senparc.Weixin.HttpUtility;using Senparc.Weixin.QY.AdvancedAPIs.OAuth2;using Senparc.Weixin.QY.CommonAPIs;using Sy...
分类:
微信 时间:
2015-04-14 07:18:04
阅读次数:
272
.net 提取 json 数据.
HttpHelper.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Net;
using System.Text;
using System.IO;
namespace Weixin.Common
{...
分类:
Web程序 时间:
2015-04-13 19:04:57
阅读次数:
129
开发者文档在这里:http://mp.weixin.qq.com/wiki/home/index.html文档都说了,需要有:其中URL就是自己服务器的地址。这里我用的是SAE提供的服务器。Token就是令牌,用来验证用的。其他的东西现在用不到,先放着。接着要做的就是让微信服务器认识我的服务器。这里...
分类:
微信 时间:
2015-04-12 20:59:28
阅读次数:
252
//获取ticketpublic static String getQr(String accessToken, String jsonMsg){
String result = null;
String requestUrl = " https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=TOKEN";
request...
分类:
微信 时间:
2015-04-10 11:30:59
阅读次数:
402
微信连Wi-Fi独立申请入口(https://wifi.weixin.qq.com/)正式对外开放。同时,作为微信商业体系整体解决方案的一员,其申请入口也同步在微信公众平台的商家后台发布。此次,微信连Wi-Fi自助申请入口正式全量对外...
分类:
微信 时间:
2015-04-09 22:05:54
阅读次数:
274
1.用pc的思路做mobile,写死页面宽度2.改变jquery mobile滑动初始值$.event.special.swipe.horizontalDistanceThreshold = 10;3.判断是否为微信内置浏览器function is_weixin(){ var ua =...
分类:
移动开发 时间:
2015-04-08 10:52:11
阅读次数:
133
1、微信公众平台开发者文档http://mp.weixin.qq.com/wiki/home/index.html2、多客服开通说明http://www.cnblogs.com/txw1958/p/weixin-multi-customer-service.html3、多客服开发模式接入http:/...
分类:
微信 时间:
2015-04-07 17:02:46
阅读次数:
246
qq互联:http://wiki.connect.qq.com/微信开放平台:https://open.weixin.qq.com/微博开放平台:http://open.weibo.com/authentication/新浪微博平台的合作登录步骤:放置微博图标 界面上设置授权链接:https:/.....
分类:
其他好文 时间:
2015-04-06 20:16:37
阅读次数:
154
消息类型(MsgType):event textvoicevideolocationlink而消息类型(Event)下的事件类型:subscribeSCANLOCATIONCLICKVIEW具体内容参考微信公众平台网址:消息类型:http://mp.weixin.qq.com/wiki/10/795...
分类:
微信 时间:
2015-04-05 20:17:07
阅读次数:
323
C#微信开发文档开发前准备微信公众平台链接:https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN开发初期我们使用测试号测试我们的微信功能,微信提供了测试号申请,它具有大部分我们需要的功能微信公众平台测试号申请网址:http://m...
分类:
微信 时间:
2015-04-04 15:04:34
阅读次数:
550