如何使用再次获取人脸核身结果后台 API?
步骤如下:
https://api.weixin.qq.com/cgi-bin/token
获取access_token
2.https://api.weixin.qq.com/cityservice/face/identify/getinfo?access_token={acc
ess_token}
json传递verify_result
第一次调用结果:{“errcode”:84001,“errmsg”:“invalid identify id hint: [JdtO_a02204791]”}
第二次调用结果(同一个有效期内的access_token):{“errcode”:40001,“errmsg”:“invalid credential, access_token is invalid or not latest hint: [_07574106]”}
问:是什么原因导致,是否是获取access_token的方式不对?那应该如何获取,文档没有说明access_token的来源