| | |
| | | |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | | import cc.mrbird.febs.common.entity.QueryRequest; |
| | | import cc.mrbird.febs.dapp.dto.ApproveDto; |
| | | import cc.mrbird.febs.dapp.dto.ConnectDto; |
| | | import cc.mrbird.febs.dapp.dto.PriceSettingDto; |
| | | import cc.mrbird.febs.dapp.dto.TeamListDto; |
| | | import cc.mrbird.febs.dapp.dto.*; |
| | | import cc.mrbird.febs.dapp.entity.DappMemberEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappSystemProfit; |
| | | import cc.mrbird.febs.dapp.entity.DappTransferRecordEntity; |
| | |
| | | * @return |
| | | */ |
| | | FebsResponse getNodeInfo(); |
| | | |
| | | FebsResponse getMemberNode(); |
| | | |
| | | FebsResponse getMemberInfo(); |
| | | |
| | | IPage<DappMemberNodeVo> getMemberNodeInfo(DappMemberEntity dappMemberEntity, QueryRequest request); |
| | | |
| | | String aKLine(AKLineDto aKLineDto); |
| | | |
| | | MyInviteInfoVo findInviteInfo(); |
| | | |
| | | FebsResponse getFundFlowInfo(); |
| | | |
| | | FebsResponse insideWithYes(Long id); |
| | | |
| | | FebsResponse insideWithNo(Long id); |
| | | |
| | | List<AdminAgentLevelOptionTreeVo> getAgentLevelOption(); |
| | | |
| | | FebsResponse agentLevelSetUpdate(AgentLevelSetUpdateDto agentLevelSetUpdateDto); |
| | | } |