checkIsSupportFaceDetect接口调用,安卓可以正常,苹果不行,为什么?
wx.config(res); wx.ready(function() { wx.invoke("checkIsSupportFaceDetect", {}, function (res) { console.log("人脸识别初始检测", res) }) }) 接口返回信息 Object { err_msg: "checkIsSupportFaceDetect:fail_the permission value is offline verifying" }