活体检测error_code":222200"
Ta的回复 :这个问题我也遇到了,后来解决了,前端代码: 当时我的错误代码是这样的 let data = { image: tempImgData, image_type: 'BASE64', } 后来在外面加一个中括号变成数组就可以了: let data = [{ image: tempImgData, image_type: 'BASE64', }] 具体原因没搞明白,在这个地方卡住了,和楼上的童鞋一样,设置了headers,也是不行,用了qs.stringify和JSON.stringify都不行,虽然好了但是不太明白,有明白的给指点一下吧