一、在pageload方法中获取code var code = GetCode(); private string GetCode() { return HttpContext.Current.Request["code"]; } 二、如果code为空,需要重定向到微信获取code //当前页面对应 ...
分类:
微信 时间:
2018-03-13 18:10:17
阅读次数:
352
//用户同意授权,获取code public static string Get_code(string RedirectUri) { string MyAppid = "";//微信应用Id string URL = "https://open.weixin.qq.com/connect/oaut
分类:
微信 时间:
2016-01-29 19:46:58
阅读次数:
349
微信获取code,openid,授权,绑定用户,...
分类:
微信 时间:
2015-08-19 17:01:45
阅读次数:
1041