收藏
回答

通过创建菜单API创建菜单,url地址为授权地址时,无法获取到code码,请问一下是哪里出了问题?

https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN


{

    "button": [

        {

            "type": "view", 

            "name": "测试参数", 

            "url": "https://www.zhipin.com/job_detail/?city=100010000source=10query=晋商消费", 

            "sub_button": [ ]

        }, 

        {

            "type": "view", 

            "name": "联系客服", 

            "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf85d2927295afcd9&redirect_uri=http://im-chat.sit.jcfc.cn/EClientWechat/index.html&response_type=code&scope=snsapi_userinfo&state=123&connect_redirect=1#wechat_redirect", 

            "sub_button": [ ]

        }

    ]

}



设置完成后,我拿到的 回调地址为 http://im-chat.sit.jcfc.cn/EClientWechat/index.html 没有 code 码,请问一下是什么原因

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容