import Utils from "~/utils"

/**
* Bttdrv Check规则
*/
let checkObj = {
    "btdgrp.prb.pts.adrblk"                      :null,
    "bttp.prpp.ptsget.sdamod.dadsnd"                      :null,
    "btdgrp.prp.pts.extkey"                      :null,
    "btdgrp.prp.namelc"                      :null,
    "btdgrp.prb.namelc"                      :null,
    "bttp.othp.ptsget.sdamod.dadsnd"                      :null,
    "btdgrp.prb.pts.nam"                      :null,
    "btdgrp.prb.adrelc"                      :null,
    "btdgrp.oth.pts.adrblk"                      :null,
    "btdgrp.prb.pts.extkey"                      :null,
    "btdgrp.rec.rcvdatbe1"                      :null,
    "btdgrp.be1.pts.nam"                      :null,
    "btdgrp.prp.adrelc"                      :null,
    "bttp.prbp.ptsget.sdamod.dadsnd"                      :null,
    "btdgrp.oth.adrelc"                      :null,
    "bttp.ltdget.sdamod.dadsnd"                      :null,
    "btdgrp.prp.pts.adrblk"                      :null,
    "bttp.recget.sdamod.dadsnd"                      :null,
    "btdgrp.cbs.opnbe1amt.amt"                      :null,
    "btdgrp.oth.pts.extkey"                      :null,
    "bttp.ledget.sdamod.dadsnd"                      :null,
    "btdgrp.oth.namelc"                      :null,
    "btdgrp.be2.pts.nam"                      :null,
}

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