通过微信接口获取用户信息主要分为以下几个步骤:a、获取公众号的access_tokenb、通过查询所有用户OPenid接口获取所有用户。string url = "https://api.weixin.qq.com/cgi-bin/user/get?access_token=" + access_t...
分类:
微信 时间:
2015-04-03 23:39:24
阅读次数:
381
$(function () {
$('#saveMenu').on('click', function () {
var data = {
button: dataCondense(menuList.toJSON())
}
$.ajax({
method: 'POST',
url: '/weixin/saveMenu',
...
分类:
Web程序 时间:
2015-04-03 22:31:39
阅读次数:
195
public function getCardParam(){ $arr = array(); $Weixin = new \Weixin\Controller\BaseController(); $arr = array( 'app_id' => C('W...
分类:
微信 时间:
2015-04-03 20:53:19
阅读次数:
469
随便写个方法public function test2(){ $Weixin = new \Weixin\Controller\BaseController(); $this->assign('signPackage', $Weixin->jssdk->GetSignPa...
分类:
微信 时间:
2015-04-03 18:57:38
阅读次数:
403
public static boolean sendCustomMessage(String accessToken, String jsonMsg){
logger.info("消息内容:{"+jsonMsg+"}");
boolean result = false;
//请求地址
String requestUrl = "https://api.weixin.qq.com/cg...
分类:
微信 时间:
2015-04-03 13:37:39
阅读次数:
1264
阿里支付宝内部架构剖析http://mp.weixin.qq.com/s?__biz=MjM5MjU3OTI0MA==&mid=204415467&idx=4&sn=5f0579c6108564464af6048c91c25799&scene=1&key=b2574200810f04e80d8da4...
分类:
其他好文 时间:
2015-04-03 13:05:19
阅读次数:
155
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;using YTO.WeiXin.Model;usi...
分类:
其他好文 时间:
2015-04-01 14:48:42
阅读次数:
100
原文:http://mp.weixin.qq.com/s?__biz=MjM5MjAzODU2MA==&mid=201390363&idx=1&sn=0f2f0d582499631329405c6e596fed60&scene=2&from=timeline&isappinstalled=0#rd互...
分类:
其他好文 时间:
2015-04-01 10:58:06
阅读次数:
126
大中华培训基地微信自动导航 获取经纬度 --> 导航
分类:
其他好文 时间:
2015-03-31 12:42:32
阅读次数:
166
API:https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318587&lang=zh_CN获取(刷新)授权公众号的令牌该API用于在授权方令...
分类:
微信 时间:
2015-03-31 00:20:47
阅读次数:
367