收藏
回答

公众号人脸核审?

APPID wxc79c7fb4da764d8d

突然人脸核审不能调用了

wx.ready(function () {
    //alert("ready")
    wx.checkJsApi({

        jsApiList: [

            'checkIsSupportFaceDetect'

        ],

        success: function (res) {
            //alert("checkJsApi")
            // alert(JSON.stringify(res))
            // //alert("checkIsSupportFaceDetect1="+angular.toJson(res));

            if (res.checkResult.checkIsSupportFaceDetect == true) {
                //alert("进入")

                wx.invoke("checkIsSupportFaceDetect", {}, function (res) {
                    alert("checkIsSupportFaceDetect")
                    alert(JSON.stringify(res))



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

1 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2022-12-23

     检查一下access_token是不是不对

    2022-12-23
    有用
    回复 1
    • 2022-12-24
      是公众号的..好像没使用到 access_token 啊???
      2022-12-24
      回复
登录 后发表内容