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))
检查一下access_token是不是不对