core
    正在准备搜索索引...

    接口 ScanCodeResult

    扫码结果

    interface ScanCodeResult {
        charSet: string;
        path: string;
        result: string;
        scanType: string;
    }
    索引

    属性

    charSet: string

    所扫码的字符集

    path: string

    当所扫的码为当前应用的合法二维码时,会返回此字段,内容为二维码携带的 path。

    result: string

    所扫码的内容

    scanType: string

    所扫码的类型