调取wx.startFacialRecognitionVerify成功返回verify_result后再次核验结果需要调取后台的接口是否是:
1.https://api.weixin.qq.com/cgi-bin/token?appid=xxx&secret=xxx&grant_type=client_credential post请求,传参data:{},成功获取access_token
2.https://api.weixin.qq.com/cityservice/face/identify/getinfo?access_token=access_token post请求,传参data:{verify_result:verify_result} 获取再次核验结果
https://developers.weixin.qq.com/community/minihome/doc/0006e412434f403faa6d0e8e456800