码迷,mamicode.com
首页 >  
搜索关键字:weixin    ( 4334个结果
.NET 微信开发之 获取用户数据
通过微信接口获取用户信息主要分为以下几个步骤: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
Struts2 Post json
$(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
thinkphp微信开发之jssdk拉取卡券及卡券的核销
public function getCardParam(){ $arr = array(); $Weixin = new \Weixin\Controller\BaseController(); $arr = array( 'app_id' => C('W...
分类:微信   时间:2015-04-03 20:53:19    阅读次数:469
thinkphp微信开发之jssdk图片上传并下载到本地服务器
随便写个方法public function test2(){ $Weixin = new \Weixin\Controller\BaseController(); $this->assign('signPackage', $Weixin->jssdk->GetSignPa...
分类:微信   时间:2015-04-03 18:57:38    阅读次数:403
java 微信发送客服消息
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
2015-04
阿里支付宝内部架构剖析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
完美解决方案,可排除DATASET不支持System.Nullable错误
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
weixin sdk
大中华培训基地微信自动导航 获取经纬度 --> 导航
分类:其他好文   时间:2015-03-31 12:42:32    阅读次数:166
复制过来的东西也不靠谱,微信公众号第三方平台的API
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!