当前位置

如何为微信公众号配置接口?

请务必认真阅读以下2步内容,才能更有效的完成配置工作,有疑问的请联系QQ:1258061756提问。

你的接口URL是:http://wx.iupec.com/index.php?g=Home&m=Weixin&a=index&token=
您的token是:
EncodingAESKey:
消息加解密方式:

第一步、在微信第三方公众平台多用户微信营销系统绑定你的微信公众号。

第二步、到微信公众平台设置接口。

//功能更新 $(".tuPian").mouseover(function(){ $(this).children().children(".tubiao").hide(); $(this).children().children(".tubiao1").show(); }); $(".tuPian").mouseout(function(){ $(this).children().children(".tubiao").show(); $(this).children().children(".tubiao1").hide(); }); //右侧导航 - 二维码 $(".youhui").mouseover(function(){ $(this).children(".2wm").show(); }) $(".youhui").mouseout(function(){ $(this).children(".2wm").hide(); }); //右侧导航 - QQ var ndiv = $("#qq").children().length;; var npx = ((ndiv-2)*49)+"px"; $("#qq").mouseover(function(){ $("#tel").css("margin-top",npx); }) $("#qq").mouseout(function(){ $("#tel").css("margin-top","0px"); }) //右侧导航 - 电话 var ndiv = $("#tels").children().length; var npx1 = ((ndiv-2)*49)+"px"; $("#tels").mouseover(function(){ $("#btn").css("margin-top",npx1); }) $("#tels").mouseout(function(){ $("#btn").css("margin-top","0px"); })
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_5524076'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/stat.php%3Fid%3D5524076' type='text/javascript'%3E%3C/script%3E"));