Eblmod.js 353 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 export default class Eblmod { constructor() { this.data = { ebl: { reldat: "", // 授权日期 .eblmod.ebl.reldat resamt: "", // 代付还代利息 .eblmod.ebl.resamt }, wrkebl: { inr: "", // 前手ebl主键 }, dectyp: "", //交易类型 trnflg: "", //数据提取标志 } } }