收藏
回答

3.0.+识别身份证只能识别出背面有效期,正面信息回调信息没有

问题类型 插件 AppID 插件版本号 AppID 微信版本 基础库版本
Bug wx4418e3e031e551be 3.0.+ wx909c159cc0f7d7cf 7.0.8 2.9.3

3.0.+识别身份证只能识别出背面有效期,正面信息回调信息没有,3.0以下版本正反面信息都可以回调成功


<ocr-navigator bind:onSuccess="success" certificateType="idCard">
  <button type="primary">身份证识别</button>
</ocr-navigator>
success:function(e){
    console.log(e);
    console.log(e.detail.card_position);
  }
detail:
card_position: {pos: {…}, label: Array(0)}
image_height: 230
image_path: "wxfile://tmp_d6134d8811da35859fb487a0f0.png"
image_width: 388
type: 1
valid_date: {text: "20160321-20260321", pos: {…}, label: Array(0)}


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

1 个回答

  • 陶玲会
    陶玲会
    2019-11-20

    valid_date 这个就是有效期哈

    2019-11-20
    有用
    回复 2
    • 五福男孩👦🏻
      五福男孩👦🏻
      2019-11-21
      身份证正面信息姓名啥的没有  只有背面的
      2019-11-21
      回复
    • 陶玲会
      陶玲会
      2019-11-21
      2019-11-21
      回复
登录 后发表内容
问题标签