1.0.3 • Published 3 years ago
weapps-plugin-idcard-photo-shuyun v1.0.3
ocr身份证识别认证
使用方法
import * as idcardPhoto from "@wecity/weda-plugin-idcard-photo"
export default function() {
    idcardPhoto.start().then(res=>{
        console.log(res)
    }).catch(err=>{
        console.log(err)
    })
}