| | |
| | | |
| | | @Getter |
| | | public enum FlowTypeEnum { |
| | | HUA_DIAN_TUANDUI_USDT(9,"滑点奖励USDT"), |
| | | HUA_DIAN_TUANDUI_USDT(9,"总业绩{},滑点奖励USDT"), |
| | | DAI_BI_OUT(8,"GFA提现"), |
| | | USDT_OUT(7,"USDT提现"), |
| | | HUA_DIAN_TUANDUI_DAIBI(6,"总业绩{},滑点奖励GFA"), |
| | |
| | | multiplyUsdt, |
| | | memberId, |
| | | FlowTypeEnum.HUA_DIAN_TUANDUI_USDT.getValue(), |
| | | FlowTypeEnum.HUA_DIAN_TUANDUI_USDT.getDescrition(), |
| | | StrUtil.format(FlowTypeEnum.HUA_DIAN_TUANDUI_USDT.getDescrition(), amountMember), |
| | | 4, |
| | | 1, |
| | | ChainEnum.BSC_TFC_REWARD.name(), |
| | | DataDicEnum.USDT_COIN.getValue(), |
| | | 2); |
| | | createFlow( |
| | | multiplyCoin, |
| | | memberId, |
| | | FlowTypeEnum.HUA_DIAN_TUANDUI_DAIBI.getValue(), |
| | | StrUtil.format(FlowTypeEnum.HUA_DIAN_TUANDUI_DAIBI.getDescrition(), amountMember), |
| | | 4, |
| | | 1, |
| | | ChainEnum.BSC_TFC_REWARD.name(), |
| | | DataDicEnum.USDT_COIN.getValue(), |
| | | 1); |
| | | // createFlow( |
| | | // multiplyCoin, |
| | | // memberId, |
| | | // FlowTypeEnum.HUA_DIAN_TUANDUI_DAIBI.getValue(), |
| | | // StrUtil.format(FlowTypeEnum.HUA_DIAN_TUANDUI_DAIBI.getDescrition(), amountMember), |
| | | // 4, |
| | | // 1, |
| | | // ChainEnum.BSC_TFC_REWARD.name(), |
| | | // DataDicEnum.USDT_COIN.getValue(), |
| | | // 1); |
| | | |
| | | } |
| | | } |
| | |
| | | multiplyUsdt, |
| | | memberId, |
| | | FlowTypeEnum.HUA_DIAN_GEREN.getValue(), |
| | | FlowTypeEnum.HUA_DIAN_GEREN.getDescrition(), |
| | | StrUtil.format(FlowTypeEnum.HUA_DIAN_GEREN.getDescrition(), amountMember), |
| | | 4, |
| | | 1, |
| | | ChainEnum.BSC_TFC_REWARD.name(), |
| | | DataDicEnum.USDT_COIN.getValue(), |
| | | 2); |
| | | createFlow( |
| | | multiplyCoin, |
| | | memberId, |
| | | FlowTypeEnum.HUA_DIAN_GEREN.getValue(), |
| | | StrUtil.format(FlowTypeEnum.HUA_DIAN_GEREN.getDescrition(), amountMember), |
| | | 4, |
| | | 1, |
| | | ChainEnum.BSC_TFC_REWARD.name(), |
| | | DataDicEnum.GFA_COIN.getValue(), |
| | | 1); |
| | | // createFlow( |
| | | // multiplyCoin, |
| | | // memberId, |
| | | // FlowTypeEnum.HUA_DIAN_GEREN.getValue(), |
| | | // StrUtil.format(FlowTypeEnum.HUA_DIAN_GEREN.getDescrition(), amountMember), |
| | | // 4, |
| | | // 1, |
| | | // ChainEnum.BSC_TFC_REWARD.name(), |
| | | // DataDicEnum.GFA_COIN.getValue(), |
| | | // 1); |
| | | } |
| | | } |
| | | |