小程序

作者: 半瓶阳光o_o | 来源:发表于2018-11-12 08:50 被阅读0次
               $code = $_REQUEST['code'];
               $url="https://api.weixin.qq.com/sns/jscode2session?appid=wx0128cdfd9adf9611&secret=5a1c4a9fa06918002eb4bdeb066771a9&js_code=$code&grant_type=authorization_code";
            $arr = file_get_contents($url);
            $open = json_decode($arr,true);
    

    相关文章

      网友评论

          本文标题:小程序

          本文链接:https://www.haomeiwen.com/subject/sghqfqtx.html