import Utils from "~/utils"

/**
* Betdrv Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "bedgrp.oth.namelc"                      :null,
    "bedgrp.oth.adrelc"                      :null,
    "bedgrp.prb.namelc"                      :null,
    "bedgrp.blk.comcon"                      :null,
    "bedgrp.blk.setinsbe"                      :null,
    "setmod.dspflg"                      :null,
    "betp.othp.ptsget.sdamod.dadsnd"                      :null,
    "betp.ledget.sdamod.dadsnd"                      :null,
    "bedgrp.rec.matdat"                      :null,
    "bedgrp.blk.docdis"                      :null,
    "setmod.redamt"                      :null,
    "bedgrp.prb.adrelc"                      :null,
    "bedgrp.blk.intdis"                      :null,
    "bedgrp.prb.pts.extkey"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "bedgrp.oth.pts.adrblk"                      :null,
    "bedgrp.prb.pts.adrblk"                      :null,
    "bedgrp.rec.rcvdat"                      :null,
    "betp.recget.sdamod.dadsnd"                      :null,
    "bedgrp.oth.pts.extkey"                      :null,
    "setmod.docamt"                      :null,
    "bedgrp.rec.orddat"                      :null,
    "betp.prbp.ptsget.sdamod.dadsnd"                      :null,
}

for (const key in checkObj) {
    if (Object.hasOwnProperty.call(checkObj, key)) {
        checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
    }
}
export default checkObj