收藏
回答

微信配网无权限?


wx.ready(function () {

                            // 在这里调用 API

                            wx.checkJsApi({

                                    jsApiList: ['configWXDeviceWiFi'],

                                    success: function(res) {

                                       wx.invoke('configWXDeviceWiFi', {}, function(res){

                                            console.log(res)

                                            var err_msg = res.err_msg;

                                            if(err_msg == 'configWXDeviceWiFi:ok') {

                                                //配置成功

                                                alert("WIFI配置成功")

                                              //  window.location.href = "";        //配网成功之后的回调地址

                                            } else {

                                                alert("配置失败"+err_msg)

                                                //配置失败

                                                // alert(err_msg);

                                            }

                                        });

                                    }

                                });

                        });

});


configWXDeviceWiFi:fail_no permission to execute

这个是什么原因

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

2 个回答

  • 123456789
    123456789
    2020-09-02

    报错fail_no permission to execute

    2020-09-02
    有用 1
    回复
  • 萌虎
    萌虎
    2020-09-02

    没有权限?

    2020-09-02
    有用 1
    回复
登录 后发表内容
问题标签